• 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
Out of memory on command line build.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Out of memory on command line build.


  • Subject: Out of memory on command line build.
  • From: doug andrews <email@hidden>
  • Date: Fri, 10 Jul 2009 15:16:45 -0400

I'm moving a large project from Xcode to Eclipse/WOLips.
Within the IDE, i can compile and build fine.
I am having difficulty compiling through the command line though.

Entering:
ant -lib /Developer/Applications/eclipse/plugins/ org.objectstyle.wolips.woproject.ant_3.3.5047/lib/woproject.jar compile


Gives me the following errors:
[wocompile] The system is out of resources.
[wocompile] Consult the following stack trace for details.
[wocompile] java.lang.OutOfMemoryError: Java heap space
[wocompile] at com.sun.tools.javac.parser.Scanner.stringVal (Scanner.java:1165)
etc ....


This project has a lot of source code.

In the xcode days, we also ran into a similar memory error when compiling.
This was solved by adding -J-mx256m to the JAVA_COMPILER_FLAGS setting in the Application target.


Is there a way to increase the memory used by javac within the command line?
Why would it compile within the IDE, but run out of memory in the command line?


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Out of memory on command line build.
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: WOWODC 09 Videos
  • Next by Date: Re: Out of memory on command line build.
  • Previous by thread: Re: [JC] update conflict handling
  • Next by thread: Re: Out of memory on command line build.
  • Index(es):
    • Date
    • Thread