Re: OutOfMemoryError in my Java app
Re: OutOfMemoryError in my Java app
- Subject: Re: OutOfMemoryError in my Java app
- From: "Philip Q" <email@hidden>
- Date: Sun, 29 Oct 2006 13:08:24 +1300
On 29/10/06, Paul Archibald <email@hidden> wrote:
Can I set up my Xcode project to force the JVM to allocate more
memory for my app?
In the 'Arguments' tab of the info dialog for the executable, you
should be able to add the following command-line switches -Xms and
-Xmx to control the initial and maximum heap size.
See the man page for java(1) for details on how to set them, but it
should go something like: -Xms6M -Xmx128M
-Phil
_______________________________________________
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