Last active
March 8, 2017 13:28
-
-
Save shipilev/3be34bb58febcaa0dbb1d86b5a6cfdca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: <random Facebook person> | |
Subject: Java sucks | |
Hey, try to put 100M objects into arraylist, and see Java freezes for seconds! | |
Q.E.D. | |
Love and kisses, | |
<random person you never knew> | |
^X | |
The rest is moved at: | |
https://shipilev.net/jvm-anatomy-park/3-gc-design-and-pauses/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ echo "yeaaah" | cowsay -f vader
< yeaaah >
$ time ~/workspace/jdk10/build/macosx-x86_64-normal-server-release/images/jdk/bin/java -Xms4G -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC AL
-Xms4G -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC AL 1.35s user 1.27s system 89% cpu 2.911 total