how JVM arguments can be passed to apps started through java webstart in macOS.
Posted
by siva
on Stack Overflow
See other posts from Stack Overflow
or by siva
Published on 2010-03-17T12:30:26Z
Indexed on
2010/03/17
12:31 UTC
Read the original article
Hit count: 376
Hi,
We have a application which is triggered from browser. This application consumes around 800 mb of memory. This works perfectly when invoked from any browsers in windows OS. The same application when triggered from MacOS throws an out of memory exception which occurs when the application is short of memory. Is there any way to increase the memory allocated for apps running in mac os environment. Also please let me know how JVM arguments can be passed to apps started through java webstart in macOS.
Thanks in advance
Regards,
Siva
© Stack Overflow or respective owner