EMFILE error when call shmat on AIX 6.1 -


a 32 bit program call shmat on aix 6.1. got emfile error.

the environment bellow:

environment variable export ldrcntrl=maxdata=0xd0000000 export extshm=on  ulimit -a time(seconds)  unlimited file(blocks)   unlimited data(kbytes)   unlimited stack(kbytes)  4194304 memory(kbytes) unlimited coredump(blocks) unlimited nofiles(descriptors) unlimited threads(per processs) unlimited processes(per user) unlimited 

emfile number of shared memory segments attached calling process exceeds system-imposed limit.

could sovle problem?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -