h1. Creating the users
todo
h1. Database setup
todo
h1. WebConsole setup
todo
h1. Tunning
todo
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}
# In the {{.bashrc}} file of the user who launches Petals ESB, add the following line :
{noformat}
ulimit -n 4096
{noformat}
# Reboot
# Login and check the result of the following command :
{noformat}
ulimit -a
{noformat}
# Done, you should never see that error...if so, try to increase the limit.
todo
h1. Database setup
todo
h1. WebConsole setup
todo
h1. Tunning
todo
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}
# In the {{.bashrc}} file of the user who launches Petals ESB, add the following line :
{noformat}
ulimit -n 4096
{noformat}
# Reboot
# Login and check the result of the following command :
{noformat}
ulimit -a
{noformat}
# Done, you should never see that error...if so, try to increase the limit.