2022-04-25-TIL
2022-04-25-TIL
Today I Learned
ZGC vs G1GC
- https://huisam.tistory.com/entry/jvmgc
- https://www.diva-portal.org/smash/get/diva2:1466940/FULLTEXT01.pdf
- https://www.dynatrace.com/resources/ebooks/javabook/impact-of-garbage-collection-on-performance/
- https://www.ibm.com/docs/no/aix/7.2?topic=monitoring-garbage-collection-impacts-java-performance
- https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/performissues003.html
- https://docs.oracle.com/javase/8/docs/technotes/guides/vm/gctuning/index.html
- https://www.overops.com/blog/improve-your-application-performance-with-garbage-collection-optimization/
- https://medium.com/leadkaro/z-garbage-collector-zgc-in-java-14-bd8a2fff4943
- https://developers.redhat.com/articles/2021/11/02/how-choose-best-java-garbage-collector
- https://www.linkedin.com/pulse/choosing-best-garbage-collection-algorithm-better-java-prasad
- https://kstefanj.github.io/2021/11/24/gc-progress-8-17.html
- https://www.baeldung.com/jvm-garbage-collectors
e.printStackTrace() 단점
- https://tgyun615.com/59
@RequestPart
- https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/bind/annotation/RequestPart.html
- https://www.baeldung.com/sprint-boot-multipart-requests
- https://ykh6242.tistory.com/115
- https://stackoverflow.com/questions/16230291/requestpart-with-mixed-multipart-request-spring-mvc-3-2
Config file processingin Spring Boot 2.4
- https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4
This post is licensed under CC BY 4.0 by the author.