Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: SONAR-RUNNER-1.2
-
Component/s: Sonar Runner
-
Labels:None
-
Number of attachments :
Description
Like Maven builds :
[INFO] Final Memory: 36M/81M
Code to achieve this is based on java.lang.Runtime :
"Final Memory: " + ( r.totalMemory() - r.freeMemory() ) / MB + "M/" + r.totalMemory() / MB + "M" );