Linux Production Installation

Creating the users

todo

Database setup

todo

WebConsole setup

todo

Tunning

todo

Avoid the "too many open files" when heavily use the BC-SOAP

  1. At the end of the /etc/limits.conf or /etc/security/limits.conf add the following line :
    user	hard	nofile	4096
    
  1. In the .bashrc file of the user who launches Petals ESB, add the following line :
    ulimit -n 4096
    
  1. Reboot
  1. Login and check the result of the following command :
    ulimit -a
    
  1. Done, you should never see that error...if so, try to increase the limit.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.