Re: OutOfMemoryError in my Java app
Re: OutOfMemoryError in my Java app
- Subject: Re: OutOfMemoryError in my Java app
- From: "Justin C. Walker" <email@hidden>
- Date: Wed, 1 Nov 2006 20:55:16 -0800
I can't speak to the rest of the Java discussion, but:
On Nov 1, 2006, at 19:48 , Paul Archibald wrote:
[snip]
This is not an Xcode question, but do OS X apps have a memory
partition setting like the pre OS X apps? I don't see that
information as part of the Finder's Get Info result.
Mac OS X does not assign 'partitions' to apps. Each app has a full
32- or 64-bit address space to itself. This address space is divided
into a number of segments:
- text (code) for the program
- initialized and uninitialized data for the program
- shared libraries and plug-ins (code, data, ...)
- stack
The remainder is used for 'malloc'd space.
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income
--------
When LuteFisk is outlawed,
Only outlaws will have LuteFisk
--------
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden