Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A solution for Mac OS X process limits' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A solution for Mac OS X process limits
Authored by: jnathan on Oct 08, '04 01:38:45PM

I've just began looking into this as it's awfully frustating. There may be a simpler fix.

/System/Library/StartupItems/CoreGraphics is a script called as part of the StartupItems process.

the line:
ConsoleMessage -b /System/Library/CoreServices/SystemStarter/QuartzDisplay.bundle/QuartzDisplay


Starts the set of QuartzDisplay components which include WindowServer. I'm going to try setting ulimit -u in the CoreGraphics script.



[ Reply to This | # ]
A solution for Mac OS X process limits
Authored by: hgd on Oct 16, '04 07:24:35AM

So, does that work for you? I doubt it, because the file already sources rc.common. If you set the ulimit in rc.common, it should thus already affect WindowServer, but (apparently) it doesn't ...



[ Reply to This | # ]