我要评分
获取效率
正确性
完整性
易理解

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