AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  How many semaphores are possible?

    Posted Tue September 12, 2006 07:32 AM

    Originally posted by: SystemAdmin


    I want to determine how many semaphores I can create
    on AIX 5.3. But I don't know how.

    With "ipcs -s" I can see how many semaphores are used.
    But I didn't found any information about how many semaphores
    are possible.


  • 2.  Re: How many semaphores are possible?

    Posted Tue September 12, 2006 08:48 AM

    Originally posted by: SystemAdmin


    In AIX, the IPC structures are dynamically allocated and deallocated so the values are not configurable. But in AIX 5.3 on the 64-bit kernel the max number of sets is 1048576 and the max number of semaphores per set is 65535.