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
- :
- I found the install time variable -jvmxmx does not work if you use a letter such as G
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
Mar 10, 2020
12:33 PM
I found the install time variable -jvmxmx does not work if you use a letter such as G
I had an end user getting a out of memory trying to install my software. I knew I could bump up the size in the project file, but I wanted to be able to fix a custom in the field. The IA 2018 manual says you can use this:
install -jvmxmx 1.3G
That brings up the box with the 'loading' progress bar, but one it gets to 100%, it just exits. I found the only way to get it to work is to spell it out in bytes:
install -jvmxmx 1373741824
Hope this helps someone else.
-Mike
(0) Replies
