user1855773
user1855773

Reputation: 59

java heap error in flash builder 4.6

I m currently using adobe flash builder 4.6 n there is java heap space error. i cleaned my project every time but it's not working is there any permanent solution for this issue, plz help as soon as possible.

Upvotes: 1

Views: 7796

Answers (1)

JK Patel
JK Patel

Reputation: 858

java heap error comes for several reason like a build a project which has too much library in it build path for this type of project you have to build individual library and then build main Project.

You can increase a heap memory flash builder 4.6(FB 4.6) manually. 1024MB is a maximum limit of heap memory allocation. you can't allocate more memory than 1024MB. go to C:\Program Files\Adobe\Adobe Flash Builder 4.6 and open FlashBuilder.ini file and update the line -Xmx512m to -Xmx1024m. By default 512MB heap memory allocate to heap. but you can increase it manually.

warning

if you try to increase heap memory more than 1024 then your FB 4.6 not open.

if this not solves your problem then put a log file enter image description here

Upvotes: 6

Related Questions