Linux Versions Prior to Linux 7

  1. On the Enterprise Server that is running Linux, log in as root.

  2. Using any text editor, edit the /etc/sysctl.conf file and search for this entry:

    # semaphores: semms1 semmns semopm  semmni  Added for EOne
    kernel.sem = 1024 32000 100 142
    
  3. If this entry is missing or your existing values are lower than the above, change them to the above.

    Note: Once you have made changes to the /etc/sysctl.conffile, in order for the changes to take effect you must either reboot the machine or run the sysctl -p command.