1) What does "jvm_gc_memory_allocated_bytes_total" mean?2) What does "jvm_gc_memory_promoted_bytes_total" mean?我需要的是Java垃圾收集器的实际内存使用情况,因此我期望的值总是小于2GB (最大内存大小),但目前的内存大小为8GB,并且仍在上升。"jvm_gc_memory_allocated_bytes_total""
我正在使用Windows 7,在32 GB内存的PC上,刚刚接受了最新的Java 8更新(60)。在更新之前,我曾经能够在命令窗口中处理需要使用几GB内存的文件。现在,我得到运行的应用程序所需内存比我以前使用的要少得多。-Xms1gVM Options现在,当我这样做,并试图运行程序,我得到
Error: Could not create the Java Virt