zoneli_-_zonelimit_state
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
zoneli_-_zonelimit_state [2009/03/06 17:15] – k2patel | zoneli_-_zonelimit_state [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 13: | Line 13: | ||
=== Resolution === | === Resolution === | ||
- | Immediate resolution is to reboot the system. System may not recover from zoneli state and trying to kill processes will not work. | + | Immediate resolution is to reboot the system. System may not recover from zoneli state by killing affected |
+ | |||
+ | === Update Settings on / | ||
+ | |||
+ | <code bash> | ||
+ | kern.ipc.nmbclusters=" | ||
+ | kern.ipc.somaxconn=" | ||
+ | kern.ipc.maxsockbuf=" | ||
+ | net.inet.tcp.sendspace=" | ||
+ | net.inet.tcp.recvspace=" | ||
+ | </ | ||
+ | |||
+ | **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 | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
zoneli_-_zonelimit_state.1236359737.txt.gz · Last modified: 2020/08/10 02:29 (external edit)