This commit is contained in:
Doug MacEachern 2005-09-24 00:16:52 +00:00
parent 624f93de8a
commit 80fa6f52eb

View File

@ -71,7 +71,7 @@ public class Ulimit extends SigarCommandBase {
println("stack size..........." + getValue("Stack"));
println("cpu time............." + getValue("Cpu"));
println("max user processes..." + getValue("Processes"));
println("virual memory........" + getValue("VirtualMemory"));
println("virtual memory......." + getValue("VirtualMemory"));
}
public static void main(String[] args) throws Exception {