My shmget() limit is 100, yet I need it to be 10000. Is there any way around this?
This is a discussion on Need larger shmget() size. within the C Programming forums, part of the General Programming Boards category; My shmget() limit is 100, yet I need it to be 10000. Is there any way around this?...
My shmget() limit is 100, yet I need it to be 10000. Is there any way around this?
100 * 4KB -> 400KB, 10000 * 4KB -> 40MB, which doesn't sound entirely unreasonable much. There is supposedly a kernel configuraition:
Shared Memory Configuration
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.