You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR#5218, we update Jenkins Gradle config to dynamically set per-worker memory usage based on total RAM and number of worker processes. However, the OperatingSystemMXBeam.getTotalPhysicalMemory() API is for some reason returning the wrong value. For now, the total memory value is hard-coded until we can find a better alternative.
Imported from Jira BEAM-4230. Original Jira may contain additional context.
Reported by: swegner.
The text was updated successfully, but these errors were encountered:
In PR#5218, we update Jenkins Gradle config to dynamically set per-worker memory usage based on total RAM and number of worker processes. However, the
OperatingSystemMXBeam.getTotalPhysicalMemory()
API is for some reason returning the wrong value. For now, the total memory value is hard-coded until we can find a better alternative.Imported from Jira BEAM-4230. Original Jira may contain additional context.
Reported by: swegner.
The text was updated successfully, but these errors were encountered: