I can use "sysctl kern.sysv.shmmax" or "ipcs -M" to get the integer(4194304
). But they are both command line tools. It is not convenient to
call it inside the problem.
I also have tried to use the sysctlbyname system call: sysctlbyname
("kern.sysv.shmmax", &shmmax, &len, NULL, NULL). Although this call
return 0, the shmmax variable does not hold the correct value.
By the way, my system is Leopard.
Can anybody tell me an appropriate way? Thank you in advance!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden
This email sent to email@hidden