RAM size on mainframe ?

General discussion on the JZOS batch launcher and toolkit
Post Reply
Cogito-Ergo-Sum
Posts: 30
Joined: Thu Jan 25, 2007 8:31 am
Location: Bengaluru, India

RAM size on mainframe ?

Post by Cogito-Ergo-Sum »

Hi,
This is probably not the right forum and the question too broad-based. But...

I am trying to implement a version of a certain class developed for Windows and Unix machines on z/OS. That class has a method to set the max RAM to be used. Is there a way to get the value coded for REGION parameter for the step (or, job ?) to be used ?
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
--Sherlock Holmes
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

The java.lang.Runtime class has some methods for examining the memory available to the JVM. Is that what you want?
Cogito-Ergo-Sum
Posts: 30
Joined: Thu Jan 25, 2007 8:31 am
Location: Bengaluru, India

Post by Cogito-Ergo-Sum »

I think, that might help. Thank you.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
--Sherlock Holmes
Post Reply