JVM3 A Tentative Comparison of Fault Tolerance Libraries on the JVM https://dzone.com/articles/a-tentative-comparison-of-fault-tolerance-librarie A tentative comparison of fault tolerance libraries on the JVM If you’re implementing microservices or not, the chances are that you’re calling HTTP endpoints. With HTTP calls, a lot of things can go wrong. Experienced developers plan for this and design beyond just the happy path. In general, fault tolerance enco blog.. 2023. 4. 6. Java, JVM 옵션 설정하기 https://jsonobject.tistory.com/382 Java, JVM 옵션 설정하기 JVM 실행 옵션 예 $ java -server -Xms8g -Xmx8g -XX:MaxMetaspaceSize=256m -XX:+CMSClassUnloadingEnabled -Dspring.profiles.active=prod -jar app.jar 힙 크기에 관한 어떤 설정도 하지 않을 경우 JVM은 물리.. jsonobject.tistory.com 2020. 6. 4. 자바 JVM 옵션 리스트 JVM 튜닝시 필요한 옵션들이 나열되어 있습니다. 기본적으로 -Xms 와 -Xmx 그리고 -XX:MaxPermSize 3가지 옵션만으로도 충분합니다. 당연히 개발한 애플리케이션에 문제가 없다는 전제하 에서겠죠 ^^ http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp 2009. 7. 1. 이전 1 다음 728x90