User Tools

Site Tools


zoneli_-_zonelimit_state

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
zoneli_-_zonelimit_state [2009/04/10 03:04]
jt
zoneli_-_zonelimit_state [2020/08/10 02:35] (current)
Line 15: Line 15:
 Immediate resolution is to reboot the system. System may not recover from zoneli state by killing affected processes. Sometimes even a reboot will not work from console and machine will need to power cycled. Immediate resolution is to reboot the system. System may not recover from zoneli state by killing affected processes. Sometimes even a reboot will not work from console and machine will need to power cycled.
  
 +=== Update Settings on /​boot/​loader.conf ===
 +
 +<code bash>
 +kern.ipc.nmbclusters="​2147483647"​
 +kern.ipc.somaxconn="​1024"​
 +kern.ipc.maxsockbuf="​20480000"​
 +net.inet.tcp.sendspace="​1024000"​
 +net.inet.tcp.recvspace="​1024000"​
 +</​code>​
 +
 +**OR**
 +
 +=== Following is the run time updating settings. ===
 +
 +<code bash>
 +sysctl kern.ipc.nmbclusters=2147483647
 +sysctl kern.ipc.somaxconn=1024
 +sysctl kern.ipc.maxsockbuf=20480000
 +sysctl net.inet.tcp.sendspace=1024000
 +sysctl net.inet.tcp.recvspace=1024000
 +</​code>​
  
  
zoneli_-_zonelimit_state.1239332697.txt.gz ยท Last modified: 2020/08/10 02:29 (external edit)