|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (6)
View Page Historyh1. Tunning
todo
h2. Adapting Petals ESB to the version of IP network stack
{include:Adapting Petals ESB to the version of IP network stack}
h2. Avoid the "too many open files" when heavily use the BC-SOAP
# At the end of the {{/etc/limits.conf}} or {{/etc/security/limits.conf}} add the following line :
{noformat}
user hard nofile 4096
{noformat}
user hard nofile 4096
{noformat}
# In the {{.bashrc}} file of the user who launches Petals ESB, add the following line :
{noformat}
ulimit -n 4096
ulimit -n 4096
# Reboot
# Login and check the result of the following command :
{noformat}
ulimit -a
ulimit -a