We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Increasing heap size in processing applets
Page Index Toggle Pages: 1
Increasing heap size in processing applets (Read 1003 times)
Increasing heap size in processing applets
Apr 28th, 2010, 9:58am
 
hello everyone

Im developing my own applet and it works well, the problem is it needs some more heap size than default, so when some ppl try to run it from their computers it will throw a java out of memory exception. ¿how can i change the max heap size value from the applet and not from each computer that runs it?

thank you
Re: Increasing heap size in processing applets
Reply #1 - Apr 29th, 2010, 2:32am
 
If you mean applet in Web browser, AFAIK, there is no way to do that (unless, perhaps, with the latest Java releases, but there is no guarantee that users have it).
Users can change memory settings of the applet, but that must be done manually by the users themselves... Sad
Re: Increasing heap size in processing applets
Reply #2 - Apr 30th, 2010, 9:04pm
 
Sad thank you anyways
Page Index Toggle Pages: 1