forked from eclipse-omr/omr
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue eclipse-omr#142 use the correct z/OS control block field to cal…
…culate physical memory On z/OS, omrsysinfo_get_physical_memory() uses the CVTRLSTG field which returns the amount of physical memory at IPL. This value may not be correct at the time due to reconfigurable memory. The correct field is RCEPOOL. Signed-off-by: Peter Bain <[email protected]>
- Loading branch information
1 parent
aba25db
commit 3925eb5
Showing
3 changed files
with
6 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.