Originally posted by: Ashok Das
I am trying to run myApplication which allocates Some amount of shared memory at startup.
It failed because not available shared memory are available.
But when i ran,
Code:
ipcs -m
it is displaying empty(i.e no shared memory allocated in system.)
Why "ipcs -m" is displaying empty ?
How to know that realy shared memory are not available in system(AIX) ?
#AIX-Forum