mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Clarify NO_SWAPPING description.
This commit is contained in:
parent
2257a44ffd
commit
4e0ee531f2
1 changed files with 3 additions and 2 deletions
|
|
@ -2039,8 +2039,9 @@ options BOOTP_WIRED_TO=fxp0 # Use interface fxp0 for BOOTP
|
|||
options HW_WDOG
|
||||
|
||||
#
|
||||
# Disable swapping. This option removes all code which actually performs
|
||||
# swapping, so it's not possible to turn it back on at run-time.
|
||||
# Disable swapping of upages and stack pages. This option removes all
|
||||
# code which actually performs swapping, so it's not possible to turn
|
||||
# it back on at run-time.
|
||||
#
|
||||
# This is sometimes usable for systems which don't have any swap space
|
||||
# (see also sysctls "vm.defer_swapspace_pageouts" and
|
||||
|
|
|
|||
Loading…
Reference in a new issue