Afficher les derniers auteurs
1 {{groovy}}
2 def rt = Runtime.getRuntime();
3 println("- free memory " + rt.freeMemory())
4 println("- max memory " + rt.maxMemory())
5 println("- total memory " + rt.totalMemory())
6 {{/groovy}}
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions