<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Jvm on 伊特瑞特</title>
    <link>https://loveav.cn/tags/jvm/</link>
    <description>Recent content in Jvm on 伊特瑞特</description>
    <image>
      <title>伊特瑞特</title>
      <url>https://loveav.cn/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://loveav.cn/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.134.3</generator>
    <language>zh-cn</language>
    <lastBuildDate>Thu, 02 Jan 2025 19:55:00 +0800</lastBuildDate>
    <atom:link href="https://loveav.cn/tags/jvm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>JVM调优</title>
      <link>https://loveav.cn/posts/tech/java-jvm-opt/</link>
      <pubDate>Thu, 02 Jan 2025 19:55:00 +0800</pubDate>
      <guid>https://loveav.cn/posts/tech/java-jvm-opt/</guid>
      <description>&lt;h3 id=&#34;理解jvm调优的目标&#34;&gt;理解JVM调优的目标&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;性能提升&lt;/strong&gt;：通过调整 JVM 参数，提高应用程序的运行速度和响应时间。例如，减少垃圾回收（GC）的停顿时间，从而让应用程序在处理高并发请求时能够更快速地响应，像电商平台在促销活动期间，大量用户并发访问商品详情和下单，优化 JVM 能减少响应延迟。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;资源利用优化&lt;/strong&gt;：合理利用系统的内存和 CPU 等资源。确保 JVM 不会过度占用内存导致系统其他进程受到影响，同时也避免频繁的内存回收操作浪费 CPU 资源。例如，在服务器上运行多个 Java 应用，优化每个应用的 JVM 内存配置，使服务器资源得到均衡分配。&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;堆内存调优&#34;&gt;堆内存调优&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;初始堆大小（-Xms）和最大堆大小（-Xmx）&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
