Modifications pour le document FreeMem
Modifié par superadmin le 2021/12/12 23:50
Résumé
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -1,7 +1,9 @@ 1 +{{{ 1 1 {{groovy}} 2 -def t = new java.text.DecimalFormat("000,000,000"); 3 +def t = new java.text.DecimalFormat("000,000,000,000"); 3 3 def rt = Runtime.getRuntime(); 4 4 println("- free memory " + t.format(rt.freeMemory())) 5 5 println("- max memory " + t.format(rt.maxMemory())) 6 6 println("- total memory " + t.format(rt.totalMemory())) 7 7 {{/groovy}} 9 +}}}