9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
#
|
|
# This file is used to the startup script /etc/init.d/swap
|
|
# to determine the amount of virtual swap to add. You can
|
|
# totally disable the addition of virtual swap by
|
|
# 'chkconfig vswap off'
|
|
# See swap(1M) for a discussion on virtual swap
|
|
#
|
|
vswaplen=80000
|