while build my Flex project through Ant i got error that "not enough memory " so how could i resolve this ?
views:
18answers:
1
A:
in your eclipse.ini file ( in the eclipse folder ) you can set the max memory used
--launcher.XXMaxPermSize
it is default 256M you can change it to whatever your machine can handle
Eran
2010-01-11 06:50:24