Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to assign more memory to a JavaWebStart application

843802Jun 20 2002 — edited Jun 20 2002
Hi!

I've got an application to run under JavaWebStart.
When is has to deal with a large amount of data it causes an OutOfMemoryError.
But when I start it with pure java rather than with webStart, I can use the parameters e.g. -Xms128m -Xmx256m and it works.
My question:
How can I make JavaWebStart allocate more memory for my application (-X...-parameters don't work)?

thanks

Thomas
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2002
Added on Jun 20 2002
2 comments
82 views