Re: malloc causing vm_allocate errors
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 04 Jul 2007, at 18:12, Omar Awile wrote: 'top' is telling me about VM: VM: 3.90G + 7.19M 141826(0) pageins, 0(0) pageouts (my program is not running) So this means there should be by far enough memory around. I was not yet able to check with vmmap (or malloc_history) because my program spits out these error messages after a very short time and crashes right after. Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Those statistics are irrelevant. Every app gets its own VM space. If your program is 64 bit clean, you can of course also always recompile it as a 64 bit binary. "man malloc" also describes a number of environment variables you can set. This email sent to site_archiver@lists.apple.com
participants (1)
-
Jonas Maebe