Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
The extractHeapSizeMB method used here:
Uses the following pattern:
-Xmx(([0-9]+)[mMgG])
This requires that the -Xmx configuration option end in "m" or "g". However, it is valid to configure this option in bytes without the "m" or "g" and this will not be picked up.
Attachments
Attachments
Issue Links
- is duplicated by
-
OOZIE-3307 [core] Limit heap usage of LauncherAM
- Closed