Re: [Quickfix-developers] Java - OutOfMemoryError
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2004-02-02 20:32:17
|
It actually does take a considerable amount of memory in order to compile due to the generated typesafe message classes which are really quite large, but it probably has more to due with how much memory is made available to the compiler than what is available on your machine. You can change this value by change the -Xmx256m setting in src/java/build.sh to something larger. --oren --- Billy Rutledge <bru...@ra...> wrote: > Hi All- > > I've just downloaded QuickFIX and am attempting to > build the Java > library for use in a client app. When I go to the > quickfix/src/java > directory and run 'ant jar' I bombs out with > OutOfMemoryError. I'm > running this on a P4 with 512M RAM. I can't imagine > its really running > out of memory...something must be config'd wrong. > What am I missing? > > ------------------------------------------- > $ ant compile > Buildfile: build.xml > > init: > > compile: > [javac] Compiling 1306 source files to > C:\Documents and > Settings\Billy > Rutledge\Desktop\quickfix\src\java\build > > > [javac] The system is out of resources. > [javac] Consult the following stack trace for > details. > [javac] java.lang.OutOfMemoryError > > BUILD FAILED > --------------------------------------------- > Thanks, > -Billy > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and > Integration > See the breadth of Eclipse activity. February 3-5 in > Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ |