We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986ca9a commit b20616aCopy full SHA for b20616a
5 files changed
include/swap-default.conf
@@ -59,8 +59,11 @@ swap_mode=auto
59
60
## swapfile_enabled=1 # Enable swap file management
61
## swapfile_path=/swapfile # Base path for swap files
62
-## swapfile_chunk_size=512M # Size of each swap file
+## swapfile_chunk_size=1G # Size of each swap file
63
## swapfile_max_count=32 # Maximum number of swap files
64
+## swapfile_free_ram_perc=20 # Expand when free RAM < this %
65
+## swapfile_free_swap_perc=40 # Expand when free swap < this %
66
+## swapfile_remove_free_swap_perc=70 # Contract when free swap > this %
67
68
################################################################################
69
# MGLRU Anti-Thrashing
0 commit comments