(Already posted to MVS-OE, should have cross-posted here)

We're having a problem with 64-bit Java on our z/OS 1.12 (yeah, I know)
system. To wit, the following all work:

/u/Java14_31/J1.4/bin/javac -help

/u/Java14_64/J1.4_64/bin/javac -help

/u/Java5_31/J5.0/bin/javac -help

/u/Java5_64/J5.0_64/bin/javac -help

/u/Java6_31/J6.0/bin/javac -help

BUT:
/u/Java6_64/J6.0_64/bin/javac -help
JVMJ9GC070E Failed to startup the Garbage Collector
Could not create the Java virtual machine.

All the doc that we can find (not much) says "Like, dude, you need more
memory". But:

ulimit -a
core file size (blocks)     unlimited
data seg size (kbytes)      unlimited
file size (blocks)          unlimited
open files                  10000
pipe size (512 bytes)       256
stack size (kbytes)         unlimited
cpu time (seconds)          unlimited
max user processes          100
virtual memory (kbytes)     unlimited

So where is this memory that I need to give it more of, and how do we do
that?

Thanks!

...phsiii

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to