Revision 3319ed29
Added by Scott Ullrich almost 18 years ago
boot/loader.conf_wrap | ||
---|---|---|
4 | 4 |
console=comconsole |
5 | 5 |
autoboot_delay="5" |
6 | 6 |
hw.ata.wc="0" |
7 |
kern.ipc.nmbclusters="0" |
Also available in: Unified diff
boot/loader.conf_wrap | ||
---|---|---|
4 | 4 |
console=comconsole |
5 | 5 |
autoboot_delay="5" |
6 | 6 |
hw.ata.wc="0" |
7 |
kern.ipc.nmbclusters="0" |
Also available in: Unified diff
Work around heavy network activity issues.
[20070116, update 20070212] Systems with very heavy network activity have been observed to have some problems with the kernel memory allocator. Symptoms are processes that get stuck in zonelimit state, or system livelocks. One partial workaround for this problem is to add the following line to /boot/loader.conf and reboot:
kern.ipc.nmbclusters="0"