This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Uninstall issue due to java heap space
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 18, 2013
01:44 AM
Uninstall issue due to java heap space
Hi,
We facing an issue with an uninstaller that we created using installanywhere 2010 Enterprise Edition. The issue is upon launching of uninstaller executable, we get Fatal Exception dialog with java.lang.outofmemory error. While going through the details it tells us the issue is with java heap space.
We have infact changed the java configuration settings to:
Minimum heap size: 70331648
Maximum heap size:160331648
We are getting this issue on Mac 10.6 & Win Vista. The build size that installer dumps on target machine is about 880 MB. It is also to be noted that the number of files that exists in this build are above 5000 files which include media files of all sorts i.e, audio, video, graphics and animations. The installer is built to be run across different platforms i.e Windows, Mac, Linux.
Is there any specific setting that is needed to be done to resolve this. Please suggest.
We facing an issue with an uninstaller that we created using installanywhere 2010 Enterprise Edition. The issue is upon launching of uninstaller executable, we get Fatal Exception dialog with java.lang.outofmemory error. While going through the details it tells us the issue is with java heap space.
We have infact changed the java configuration settings to:
Minimum heap size: 70331648
Maximum heap size:160331648
We are getting this issue on Mac 10.6 & Win Vista. The build size that installer dumps on target machine is about 880 MB. It is also to be noted that the number of files that exists in this build are above 5000 files which include media files of all sorts i.e, audio, video, graphics and animations. The installer is built to be run across different platforms i.e Windows, Mac, Linux.
Is there any specific setting that is needed to be done to resolve this. Please suggest.
- Tags:
- uninstall issues
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 24, 2013
03:27 AM
I know that on Mac IA relies on the Java version provided by the OS. Consequently, do you use the same mechanism for Windows Vista (i.e. rely on an existing JVM)?