Out-of-storage error

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Out-of-storage error

Mike Cowlishaw-3
When you translate and compile with a single command, both the NetRexx
translator classes and the javac compiler classes are loaded, and NetRexx
will still have some data in use during the compile (it's needed for
updating the .class files).  I can reduce that storage a little, but
probably that would only delay the failure a little.

Try increasing the maximum storage that java can use, using the -mx
flag on the java command (in NetRexxC.cmd, for example), perhaps:

  'java -ms4M -mx32M' javaopts 'COM.ibm.netrexx.process.NetRexxC' arg

(Assuming you have plenty of RAM)

--
Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
http://www2.hursley.ibm.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>