fix typo
This commit is contained in:
parent
624f93de8a
commit
80fa6f52eb
@ -71,7 +71,7 @@ public class Ulimit extends SigarCommandBase {
|
|||||||
println("stack size..........." + getValue("Stack"));
|
println("stack size..........." + getValue("Stack"));
|
||||||
println("cpu time............." + getValue("Cpu"));
|
println("cpu time............." + getValue("Cpu"));
|
||||||
println("max user processes..." + getValue("Processes"));
|
println("max user processes..." + getValue("Processes"));
|
||||||
println("virual memory........" + getValue("VirtualMemory"));
|
println("virtual memory......." + getValue("VirtualMemory"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user