https://github.com/carryxyh/st-jvm
折腾过的虚拟机。有读书笔记,有实际遇到的问题(包括dump出的堆),有自己的理解,有idea的调优参数,极尽我可能!
https://github.com/carryxyh/st-jvm
java jvm
Last synced: 2 months ago
JSON representation
折腾过的虚拟机。有读书笔记,有实际遇到的问题(包括dump出的堆),有自己的理解,有idea的调优参数,极尽我可能!
- Host: GitHub
- URL: https://github.com/carryxyh/st-jvm
- Owner: carryxyh
- License: apache-2.0
- Created: 2017-09-27T08:52:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T03:15:17.000Z (about 8 years ago)
- Last Synced: 2024-01-22T04:41:14.380Z (over 2 years ago)
- Topics: java, jvm
- Size: 122 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ST-JVM
折腾过的虚拟机。有读书笔记,有实际遇到的问题(包括dump出的堆),有自己的理解,有idea的调优参数,极尽我可能!
[深入理解JAVA虚拟机读书笔记](https://github.com/carryxyh/ST-JVM/blob/master/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3jvm%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0.md)
[idea16版本调优参数参考](https://github.com/carryxyh/ST-JVM/blob/master/idea.vmoptions)
[eclipse调优参数参考](https://github.com/carryxyh/ST-JVM/blob/master/eclipse.ini)