How can JVM arguments 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:51 UTC
Read the original article Hit count: 303

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about osx