How does Linux swap out and swap in memory?
This is because I think heap fragmentation occurs when dealing with scripting languages.Even if it's fragmentation, I thought it wouldn't be such a problem if the swap worked well.(If sufficient swapping is required) In that case, I'm asking because I think it's relatively important how many units the operating system is determining which area to swap.
linux memory-management swap
Linux Memory Swapout Swap-In Units
Page by page.
The sar-W
command measures the number of swap-ins/swaps out per second, which should be helpful.
© 2024 OneMinuteCode. All rights reserved.