Re: [flexcoders] Flash Builder 4 java heap space error.

2010-04-29 Thread Oleg Sivokon
It is possible that Flash Builder ignores the global JVM settings, there may be per Eclipse, or builder's own settings (sorry, in such case I'm not sure where to look for them). However you can try to compile with Ant + flexTask.jar Ant plugin to prove the problem is there. You can increase the

RE: [flexcoders] Flash Builder 4 java heap space error.

2010-04-28 Thread Christopher McArthur
on what our next steps should be? -ctm From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Oleg Sivokon Sent: Tuesday, April 27, 2010 1:01 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flash Builder 4 java heap space error. Increase

Re: [flexcoders] Flash Builder 4 java heap space error.

2010-04-27 Thread Oleg Sivokon
Increase JVM memory *-Xms Am -Xmx Bm* * * (A is the initial memory size B is the maximum size in megabytes) you may do this globally in jvm configuration file, or per application run. I even think that MXMLC will accept -jvmargs parameter to pass arguments to jvm before it starts (MXMLC exe is a