=== Runtime === java.version : 25.0.3 java.vm.name : Java HotSpot(TM) 64-Bit Server VM java.vm.version : 25.0.3+9-LTS-195 java.vendor : Oracle Corporation os.name / os.arch : Windows 11 / amd64 availableProcessors : 12 maxMemory (-Xmx) : 2,147,483,648 bytes (2048 MB) totalMemory (now) : 2,147,483,648 bytes (2048 MB) === Collector in use === bean: G1 Young Generation count=0 timeMs=0 bean: G1 Concurrent GC count=0 timeMs=0 bean: G1 Old Generation count=0 timeMs=0 generational? : yes (separate young + old cycles reported) === Memory pools === CodeHeap 'non-nmethods' type=Non-heap memory max=5,832,704 bytes (6 MB) Metaspace type=Non-heap memory max=unbounded CodeHeap 'profiled nmethods' type=Non-heap memory max=122,880,000 bytes (117 MB) Compressed Class Space type=Non-heap memory max=1,073,741,824 bytes (1024 MB) G1 Eden Space type=Heap memory max=unbounded G1 Old Gen type=Heap memory max=2,147,483,648 bytes (2048 MB) G1 Survivor Space type=Heap memory max=unbounded CodeHeap 'non-profiled nmethods' type=Non-heap memory max=122,945,536 bytes (117 MB) === JVM arguments actually in effect === -XX:+UseG1GC -Xms2g -Xmx2g --add-modules=ALL-DEFAULT Tip: dump every ergonomic value the JVM chose with java -XX:+UseZGC -Xms2g -Xmx2g -XX:+PrintFlagsFinal -version