Thread: Java HELP
View Single Post
Old 09-20-2006, 10:37 PM   #1 (permalink)
ramses_gdl
Junior Member
 
Join Date: Sep 2006
Posts: 5
Default Java HELP

Hi everyone

Im doing some image processing with JAVA

but it seems that its virtual machine has a default memory limit and Im having trouble handling for example 300 images at the same time, I got this error message:

"java.lang.OutOfMemory"

Ive used this command to enlarge the memory " Xmx768m -Xms768m" on the console.

But I need a class that could make the same from the program, cause another final users wont know about the commands on the console.

Thanks for your help

(Excuse my english im not american)

Last edited by ramses_gdl : 09-20-2006 at 10:39 PM.
ramses_gdl is offline   Reply With Quote
Sponsored Links