Disabling Swap
Purpose
The virtual memory of the Linux OS is automatically adjusted based on the system load. Swapping memory pages to drives affects the test performance.
Procedure
1
|
swapoff -a
|
Comparison before and after the modification

Parent topic: OS Tuning