• 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
Re: OutOfMemoryError in my Java app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: OutOfMemoryError in my Java app (From: Paul Archibald <email@hidden>)

  • Prev by Date: Re: Torque Wrenches [was: Navigation shortcuts [was: XCode Falls Short - for now]]
  • Next by Date: Re: xcode 2.4.1 issue perhaps?
  • Previous by thread: Re: OutOfMemoryError in my Java app
  • Next by thread: Re: OutOfMemoryError in my Java app
  • Index(es):
    • Date
    • Thread