Home
last modified time | relevance | path

Searched refs:swapmax (Results 1 – 1 of 1) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dgrowfs78 swapmax=$(($memsize * 2))
81 swapmax=$((8192 * 1024 * 1024))
83 swapmax=$memsize
89 if [ $swapmax -gt $vm_swap_max ]
91 swapmax=$vm_swap_max
93 echo -n "$swapmax"