php&java

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
nbjayme
Forum Newbie
Posts: 2
Joined: Fri Aug 22, 2003 8:21 pm

php&java

Post 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
e4c5
Forum Newbie
Posts: 3
Joined: Tue Sep 09, 2003 10:37 am

Post 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?
Post Reply