{"id":10938,"date":"2023-11-28T21:48:01","date_gmt":"2023-11-28T13:48:01","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=10938"},"modified":"2023-12-07T16:03:17","modified_gmt":"2023-12-07T08:03:17","slug":"jvm-zhong-diao-you-ming-ling-you-na-xie","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/11\/28\/jvm-zhong-diao-you-ming-ling-you-na-xie\/","title":{"rendered":"JVM\u4e2d\u8c03\u4f18\u547d\u4ee4\u6709\u54ea\u4e9b\uff1f"},"content":{"rendered":"<p>JVM\u8c03\u4f18\u7684\u547d\u4ee4\u53ef\u4ee5\u901a\u8fc7\u5728Java\u5e94\u7528\u7a0b\u5e8f\u542f\u52a8\u65f6\u4f20\u9012\u4e00\u4e9b\u7279\u5b9a\u7684\u865a\u62df\u673a\u53c2\u6570\u6765\u5b9e\u73b0\u3002\u4ee5\u4e0b\u662f\u4e00\u4e9b\u5e38\u7528\u7684JVM\u8c03\u4f18\u53c2\u6570\uff1a<\/p>\n<ol>\n<li>\n<strong>\u5185\u5b58\u76f8\u5173\u53c2\u6570\uff1a<\/strong><\/p>\n<ul>\n<li><code>-Xms&lt;size&gt;<\/code>\uff1a\u8bbe\u7f6e\u521d\u59cb\u5806\u5927\u5c0f\u3002<\/li>\n<li><code>-Xmx&lt;size&gt;<\/code>\uff1a\u8bbe\u7f6e\u6700\u5927\u5806\u5927\u5c0f\u3002<\/li>\n<li><code>-Xmn&lt;size&gt;<\/code>\uff1a\u8bbe\u7f6e\u65b0\u751f\u4ee3\u5927\u5c0f\u3002<\/li>\n<li><code>-XX:MaxMetaspaceSize=&lt;size&gt;<\/code>\uff1a\u8bbe\u7f6e\u6700\u5927\u5143\u7a7a\u95f4\u5927\u5c0f\uff08\u5728Java 8\u4e4b\u524d\u662fPermGen\uff09\u3002<\/li>\n<li><code>-XX:MaxDirectMemorySize=&lt;size&gt;<\/code>\uff1a\u8bbe\u7f6e\u76f4\u63a5\u5185\u5b58\u7684\u6700\u5927\u5927\u5c0f\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<strong>\u5783\u573e\u6536\u96c6\u5668\u53c2\u6570\uff1a<\/strong><\/p>\n<ul>\n<li><code>-XX:+UseG1GC<\/code>\uff1a\u542f\u7528G1\u5783\u573e\u6536\u96c6\u5668\u3002<\/li>\n<li><code>-XX:+UseParallelGC<\/code>\uff1a\u542f\u7528\u5e76\u884c\u5783\u573e\u6536\u96c6\u5668\u3002<\/li>\n<li><code>-XX:+UseConcMarkSweepGC<\/code>\uff1a\u542f\u7528CMS\u5783\u573e\u6536\u96c6\u5668\u3002<\/li>\n<li><code>-XX:+UseZGC<\/code>\uff1a\u542f\u7528ZGC\u5783\u573e\u6536\u96c6\u5668\u3002<\/li>\n<li><code>-XX:+UseSerialGC<\/code>\uff1a\u542f\u7528\u4e32\u884c\u5783\u573e\u6536\u96c6\u5668\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<strong>\u5783\u573e\u6536\u96c6\u5668\u8c03\u4f18\u53c2\u6570\uff1a<\/strong><\/p>\n<ul>\n<li><code>-XX:ParallelGCThreads=&lt;num&gt;<\/code>\uff1a\u8bbe\u7f6e\u5e76\u884c\u5783\u573e\u6536\u96c6\u5668\u7684\u7ebf\u7a0b\u6570\u3002<\/li>\n<li><code>-XX:ConcGCThreads=&lt;num&gt;<\/code>\uff1a\u8bbe\u7f6eCMS\u5783\u573e\u6536\u96c6\u5668\u7684\u5e76\u53d1\u7ebf\u7a0b\u6570\u3002<\/li>\n<li><code>-XX:G1HeapRegionSize=&lt;size&gt;<\/code>\uff1a\u8bbe\u7f6eG1\u5783\u573e\u6536\u96c6\u5668\u7684\u5806\u533a\u57df\u5927\u5c0f\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<strong>\u8fd0\u884c\u65f6\u4f18\u5316\u53c2\u6570\uff1a<\/strong><\/p>\n<ul>\n<li><code>-XX:+AggressiveOpts<\/code>\uff1a\u542f\u7528\u66f4\u6fc0\u8fdb\u7684\u4f18\u5316\u3002<\/li>\n<li><code>-XX:+OptimizeStringConcat<\/code>\uff1a\u542f\u7528\u5b57\u7b26\u4e32\u8fde\u63a5\u4f18\u5316\u3002<\/li>\n<li><code>-XX:MaxInlineSize=&lt;size&gt;<\/code>\uff1a\u8bbe\u7f6e\u4e00\u4e2a\u65b9\u6cd5\u88ab\u5185\u8054\u7684\u6700\u5927\u5b57\u8282\u7801\u5927\u5c0f\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<strong>GC\u65e5\u5fd7\u76f8\u5173\u53c2\u6570\uff1a<\/strong><\/p>\n<ul>\n<li><code>-Xloggc:&lt;filename&gt;<\/code>\uff1a\u8bbe\u7f6eGC\u65e5\u5fd7\u7684\u8f93\u51fa\u6587\u4ef6\u3002<\/li>\n<li><code>-XX:+PrintGCDetails<\/code>\uff1a\u6253\u5370\u8be6\u7ec6\u7684GC\u4fe1\u606f\u3002<\/li>\n<li><code>-XX:+PrintGCDateStamps<\/code>\uff1a\u5728GC\u65e5\u5fd7\u4e2d\u6253\u5370\u65f6\u95f4\u6233\u3002<\/li>\n<li><code>-XX:+UseGCLogFileRotation<\/code>\uff1a\u542f\u7528GC\u65e5\u5fd7\u7684\u8f6e\u6362\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<strong>\u6027\u80fd\u76d1\u63a7\u53c2\u6570\uff1a<\/strong><\/p>\n<ul>\n<li><code>-Dcom.sun.management.jmxremote<\/code>\uff1a\u542f\u7528JMX\u76d1\u63a7\u3002<\/li>\n<li><code>-Dcom.sun.management.jmxremote.port=&lt;port&gt;<\/code>\uff1a\u8bbe\u7f6eJMX\u76d1\u63a7\u7684\u7aef\u53e3\u3002<\/li>\n<li><code>-Dcom.sun.management.jmxremote.ssl=false<\/code>\uff1a\u7981\u7528JMX\u76d1\u63a7\u7684SSL\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<strong>\u8c03\u8bd5\u53c2\u6570\uff1a<\/strong><\/p>\n<ul>\n<li><code>-Xdebug -Xrunjdwp:transport=dt_socket,address=&lt;port&gt;,server=y,suspend=n<\/code>\uff1a\u542f\u7528\u8fdc\u7a0b\u8c03\u8bd5\u3002<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>\u8fd9\u4e9b\u53c2\u6570\u53ef\u4ee5\u6839\u636e\u5177\u4f53\u7684\u5e94\u7528\u573a\u666f\u548c\u6027\u80fd\u8981\u6c42\u8fdb\u884c\u8c03\u6574\u3002\u5728\u8c03\u4f18\u65f6\uff0c\u5efa\u8bae\u8fdb\u884c\u8be6\u7ec6\u7684\u6027\u80fd\u6d4b\u8bd5\u548c\u76d1\u63a7\uff0c\u4ee5\u786e\u4fdd\u8c03\u6574\u7684\u53c2\u6570\u5bf9\u7cfb\u7edf\u6027\u80fd\u4ea7\u751f\u9884\u671f\u7684\u5f71\u54cd\u3002\u540c\u65f6\uff0c\u8981\u6ce8\u610f\u5728\u751f\u4ea7\u73af\u5883\u4e2d\u614e\u91cd\u8c03\u6574\u53c2\u6570\uff0c\u907f\u514d\u4e0d\u5fc5\u8981\u7684\u98ce\u9669\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>JVM\u8c03\u4f18\u7684\u547d\u4ee4\u53ef\u4ee5\u901a\u8fc7\u5728Java\u5e94\u7528\u7a0b\u5e8f\u542f\u52a8\u65f6\u4f20\u9012\u4e00\u4e9b\u7279\u5b9a\u7684\u865a\u62df\u673a\u53c2\u6570\u6765\u5b9e\u73b0\u3002\u4ee5\u4e0b\u662f\u4e00\u4e9b\u5e38\u7528\u7684JVM\u8c03\u4f18\u53c2\u6570 [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[119],"tags":[],"class_list":["post-10938","post","type-post","status-publish","format-standard","hentry","category-jvm"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/10938","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/comments?post=10938"}],"version-history":[{"count":2,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/10938\/revisions"}],"predecessor-version":[{"id":16919,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/10938\/revisions\/16919"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=10938"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=10938"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=10938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}