I booted in single user mode and increased the following:
I substantially increased th values of shpgperproc and pv_entry_max by running sysctl varname =value.
I believe running this alters the sysctl.conf so that when I reboot the values remain, if not that could be the problem. This system was running great until after I installed openoffice. I am trying to learn to become a Unix server admin, although this is lofty because I just installed FreeBSD for the first time 2 weeks ago and I don't have any prior Unix knowledge. I have been learning fast though, I have gnome running smoothly and all my ports are up to date
.
I need to fix this problem, and prevent it from happening. This isn't an acceptable scenario for a server to ever run into. How do I prevent it from occuring in the future?
System is a core 2 duo E8500, 8GB of ram and the file system is set up per the freebsd file system allocation manual.
Code:
kern.ipc.shm_use_phys=1
vm.pmap.shpgperproc=
vm.pmap.pv_entry_max=
I substantially increased th values of shpgperproc and pv_entry_max by running sysctl varname =value.
I believe running this alters the sysctl.conf so that when I reboot the values remain, if not that could be the problem. This system was running great until after I installed openoffice. I am trying to learn to become a Unix server admin, although this is lofty because I just installed FreeBSD for the first time 2 weeks ago and I don't have any prior Unix knowledge. I have been learning fast though, I have gnome running smoothly and all my ports are up to date

I need to fix this problem, and prevent it from happening. This isn't an acceptable scenario for a server to ever run into. How do I prevent it from occuring in the future?
System is a core 2 duo E8500, 8GB of ram and the file system is set up per the freebsd file system allocation manual.