|
From: <php...@li...> - 2008-03-13 17:27:23
|
Hi,
> So it seems it is failing because of memory issues, right? Is there a
> way to configure the amount of memory for the JavaBridge?
No. :)
The JavaBridge is a normal J2EE application, which cannot control the amount of memory available
to Java. But the J2EE server or servlet engine can.
For tomcat the option is (example for Linux):
export JAVA_OPTS="-Xmx512M"
Regards,
Jost Boekemeier
Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go
|