|
(Added headings to sort through the crap)
|
(→Database Connections (base.xml))
|
| Line 150: | |||
| </constructor-arg> | </constructor-arg> | ||
| </bean></pre> | </bean></pre> | ||
| + | = Linux Tunables For Increasing Threads & Sockets = | ||
| + | These are Linux tunables for increasing the number of threads and sockets | ||
| + | available to a process. | ||
| + | == System PIDs == | ||
| + | Limits the number of threads. | ||
| + | The limit is system-wide and configured system-wide. | ||
| + | The name implies this is a process limit, but Linux counts threads a processes. | ||
| + | *Get current value | ||
| + | ** sysctl kernel.pid_max | ||