• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How can I get the maximum shared memory segment size in program?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How can I get the maximum shared memory segment size in program?


  • Subject: How can I get the maximum shared memory segment size in program?
  • From: bady yu <email@hidden>
  • Date: Sat, 29 Dec 2007 13:34:37 +0800

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: How can I get the maximum shared memory segment size in program?
      • From: Terry Lambert <email@hidden>
    • Re: How can I get the maximum shared memory segment size in program?
      • From: "Justin C. Walker" <email@hidden>
  • Prev by Date: Re: pipes, scripts, and launchd
  • Next by Date: Re: How can I get the maximum shared memory segment size in program?
  • Previous by thread: Re: "Hidden" Users
  • Next by thread: Re: How can I get the maximum shared memory segment size in program?
  • Index(es):
    • Date
    • Thread