Pradeep, Do this
1. Go to the Flex Builder Install directory 2. Look for the file named FlexBuilder.ini (eclipse.ini if you are using the plugin version) on a Mac you will have to “Show Packages Contents” on the FlexBuilder.app file to find it. 3. My FlexBuilder.ini file looked something like this: -vmargs -Xdock:icon=../Resources/flexbuilder.icns -Xdock:name=Flex Builder -XstartOnFirstThread -Xms128m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m -Dorg.eclipse.swt.internal.carbon.smallFonts -Dorg.eclipse.swt.internal.carbon.noFocusRing 4. This file is used to provide arguments to the java virtual machine and the arguments -Xms and -Xmx define the range (in mega bytes) of the heap size available to FlexBuilder at runtime. 5. Tweak the -Xms and -Xmx values for optimal performance On Tue, Jan 12, 2010 at 11:14 AM, pradeepflex <[email protected]>wrote: > Hello Friends, > > This is pradeep,I have a probelm with the flexbuilder3.0 like > > Sometimes when we build the entire project it shoes the erro like > > An out of memory error and java heap space problem. > > For that we had change the flexbuilder.ini file for increase the > memory, > but still we can't solute this problem. > > My system configuration is 2 GB RAM(i think more than enough for flex) > > Thanx for any valuable information > > Regards, > Pradeep. > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > > >--
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

