-2
我需要最小化JVM MaxHeapSize。我的程序在執行時一直凍結。我使用的Centos 7.我的JVM MaxHeapSize = 2G 當應用以下命令:在Centos 7中控制Java最大堆大小
java -Xmx1024m
我得到這個錯誤:
Usage: java [-options] class [args...]
(to execute a class) or java [-options] -jar jarfile [args...]
(to execute a jar file) where options include:
-d32 use a 32-bit data model if available
-d64 use a 64-bit data model if available
-server to select the "server" VM
The default VM is server,
because you are running on a server-class machine.
如何更改JVM到客戶端,以及如何避免這種情況錯誤。非常感謝
謝謝blafasel,應用上述命令結果「錯誤:無法找到或加載主類my.progs.Main」 –