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 & HelpOther Libraries › .obj libary out of memory error question
Page Index Toggle Pages: 1
.obj libary out of memory error question (Read 1036 times)
.obj libary out of memory error question
Aug 10th, 2006, 12:21pm
 
hello,

i need some information.
i'm loading an .obj with 60-80 mb filesize.
and after a while i get and error:
"outOfMemoryError: Java heap space"

is it possible to load such big files into processing?
is there an command which lifts up the memory?

best regards
chris


------------------------------------------------
ok i found it out! i had to change the prefrences.txt to
run.options= -Xms128m -Xmx1024m
so the problem is solved.
Page Index Toggle Pages: 1