Thread: IPC limits
View Single Post

   
  #1 (permalink)  
Old 01-05-2008, 06:20 AM
mgrd
 
Posts: n/a
Default IPC limits

AIX 5.2

For 32-bit processes the max. number of shared memory segments
a process can obtain is 11.

To obtain more the "shmat" capability can can be used.
But AFAIK this is an option while *compile time* only.

Q: - Is this true?
- Do we have option to break the limit while runtime?
Eg: setting a variable or system configuration?


thanks guys
--
reply to usenet only
Reply With Quote