Displaying 3 results from an estimated 3 matches for "maxswzone".
2012 Oct 11
7
kern.maxswzone is gone... what next?
Hi all.
I prefer to build all ports in /tmp, which is actually a tmpfs
filesystem. I have 8G partition. But when I tried to compile Apache
OpenOffice system starts shooting processes when I was near 6G of swap.
Oct 11 18:12:32 ar1l0u kernel: swap zone exhausted, increase kern.maxswzone
Oct 11 18:12:32 ar1l0u kernel: pid 1334 (java), uid 818, was killed: out
of swap space
Oct 11 18:12:32 ar1l0u kernel: pid 74518 (thunderbird), uid 1001, was
killed: out of swap space
Oct 11 18:12:32 ar1l0u kernel: swap zone ok
As I'm running rather current version I see r240097 in the log th...
2012 Oct 12
0
kern.maxswzone warning on boot
Hi all.
I updated my old i386 machine and now it says:
Oct 8 16:57:12 limbo kernel: warning: total configured swap (2100821
pages) exceeds maximum recommended amount (2041984 pages).
Oct 8 16:57:12 limbo kernel: warning: increase kern.maxswzone or reduce
amount of swap.
I though someone tried to remove that warning with kern.maxswzone
tunable altogether... What should I do to fix that?
# uname -a
FreeBSD limbo.xim.bz 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1 r241326M:
Mon Oct 8 05:00:21 EEST 2012
arcade at limbo.xim.bz:/usr/obj/usr/...
2003 Apr 06
1
load testing and tuning a 4GB RAM server
..., 8 GB of swap on Raid 1 (15K RPM drives) for speed
* User Data is on Raid 5 in a detached PowerVault
Contents of /boot/loader.conf:
kern.ipc.maxsockets=32768
kern.ipc.nmbclusters=32768
kern.ipc.nmbufs=131072
kern.ipc.nsfbufs=6656
kern.ipc.shm_use_phys=1
kern.maxfiles=32768
kern.maxproc=8192
kern.maxswzone=33554432
kern.nbuf=16384
kern.ncallout=32768
kern.vm.kmem.size=268435456
kern.vm.pmap.shpgperproc=2048
net.inet.tcp.tcbhashsize=16384
Contents of /etc/sysctl.conf:
kern.ip.somaxconn=4096
vm.v_free_min=131072
vm.v_free_target=262144
vm.f_free_reserved=32768
vm.v_free_severe=65536
kern.ps_showallpr...