Re: Inline::Java OutOfMemory error

2005-08-24 Thread Patrick LeBoutillier
Try this: use Inline ( Java => 'DATA', EXTRA_JAVA_ARGS => '-Xmx96m', # ... ) ; See the docs for more info on EXTRA_JAVA_ARGS and EXTRA_JAVAC_ARGS. Patrick On 8/24/05, Carlos deMoraes <[EMAIL PROTECTED]> wrote: > Is there a way to increase the heap size for Inline::Java packages? > > I

Inline::Java OutOfMemory error

2005-08-24 Thread Carlos deMoraes
Is there a way to increase the heap size for Inline::Java packages? I tried adding the following to the package to no avail: BEGIN { $ENV{JAVA_OPTS} .= "-Xms2048M -Xmx2048M"; } attached is an example tia, - los mem_test.tar Description: Binary data