cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
james_decosta
Level 9

java.lang.OutOfMemoryError: Java heap space

hi ,
When i click on the uninstall.exe of my installer , i get Fatal Exception dialog with java.lang.outofmemory error .
How to resolve this issue and my i have changed the java configuration settings to:

Minimum heap size: 70331648
Maximum heap size:70331648

shall i modify these settings
Labels (1)
0 Kudos
(1) Reply
bjfrary
Level 4

You could try this but I would want to know why it is running out of memory.
I had a build/save problem that kept causing an out of memory problem. It turned out that the custom_* were being corrupted so they were growing so large they were using up all my heap space. I had raised my max to almost 800 meg and still had a problem. Then I found that some of these files were over 200 meg.
0 Kudos