Page 1 of 1

php&java

Posted: Fri Aug 22, 2003 8:21 pm
by nbjayme
Hello guys,

I'm running a JAVA reporting class through PHP and have an Out of Memory. The report is to read 30000 records.

Is there a way to set the heapsize for JAVA through PHP code or setup file?
  • french fries
  • burger
  • root beer
  • bubble gum

Posted: Tue Sep 09, 2003 10:47 am
by e4c5
hi,
AFAIK you cannot change the JVM settings from php. However it's bit strange that you get out of memory error for 30,000 records are you loading them into an array or list instead of processing them directly from the ResultSet?