On Tue, 2008-07-15 at 23:27 +0300, Hazem Saleh wrote: > Hi Team, > > I found the following problem when building Tomahawk : > > "The system is out of resources. > Consult the following stack trace for details > java.lang.OutOfMemoryError: Java heap space" > > Did anybody see this error before ?
Not when doing a build of Tomahawk. I built tomahawk just 10 minutes ago, on a machine with 3gb ram. But it's a fairly normal java problem. What memory setting are you using for the java process? If you haven't explicitly set one, then try various values eg java -mx512m .... Or do you mean that something suggests to you that there is an infinite loop somewhere? Regards, Simon
