Linux kernel parameter semaphore semaphore settings

Source: Internet
Author: User
Tags semaphore

Current system semaphore limit:

# Ipcs-ls

--semaphore limits--–

Max number of arrays = 128

Max semaphores per array = 250

Max semaphores system wide = 32000

Max Ops per semop call = 100


Semmsl

    • Meaning: The maximum number of semaphores in each semaphore set

    • Setting: Min 250, System recommended for processes parameter set to PROCESSES+10


Semmni

    • Meaning: Maximum number of semaphore set for Linux system

    • Setting: Minimum 128


Semmns

    • Meaning: Maximum number of semaphores in a Linux system

    • Setting: Minimum 32000;SEMMSL * Semmni


semopm

    • Meaning: Maximum number of semaphores allowed for SEMOP system calls

    • Set: at least 100; or equal to SEMMSL


To view semaphore settings: Cat/proc/sys/kernel/sem

ORDER:SEMMSL, Semmns, SEMOPM, Semmni


# Cat/proc/sys/kernel/sem

250 32000 100 128


Modify:

Sysctl-w kernel.sem= "250 32000 100 128″

echo "kernel.sem=250 32000 100 128″>>/etc/sysctl.conf

Linux kernel parameter semaphore semaphore settings

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.