<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Java heap size change and linux kernel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/java-heap-size-change-and-linux-kernel/m-p/5024676#M48137</link>
    <description>Thanks much.</description>
    <pubDate>Wed, 24 Jan 2007 19:55:30 GMT</pubDate>
    <dc:creator>Wilfred Chau_1</dc:creator>
    <dc:date>2007-01-24T19:55:30Z</dc:date>
    <item>
      <title>Java heap size change and linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-heap-size-change-and-linux-kernel/m-p/5024674#M48135</link>
      <description>Hi all&lt;BR /&gt;   If I were to increase the java heap size to 1GB (with +Xms option), is there any kernel parameters changes need to be changed?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 24 Jan 2007 18:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-heap-size-change-and-linux-kernel/m-p/5024674#M48135</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2007-01-24T18:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap size change and linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-heap-size-change-and-linux-kernel/m-p/5024675#M48136</link>
      <description>You won't need to change any kernel parameters to use a 1GB heap.&lt;BR /&gt;&lt;BR /&gt;The -Xms option is actually the initial heap size rather than the maximum heap size.  Starting with a larger initial heap size can improve early performance of java jvm processes by putting all the allocation overhead up front and reducing the number or allocation steps as a process is initially growing to a maximum heap size.&lt;BR /&gt;&lt;BR /&gt;You may need to set the maximum heap size with -Xmx in addition to setting the initial heap size with -Xms.  The -Xms value can't be larger than the -Xmx limit.  The default for -Xmx is only 64M for a 32-bit sun java 1.5 jvm.  The default for -Xmx is 1GB on a 64-bit sun java 1.5 jvm.</description>
      <pubDate>Wed, 24 Jan 2007 19:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-heap-size-change-and-linux-kernel/m-p/5024675#M48136</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2007-01-24T19:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap size change and linux kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-heap-size-change-and-linux-kernel/m-p/5024676#M48137</link>
      <description>Thanks much.</description>
      <pubDate>Wed, 24 Jan 2007 19:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-heap-size-change-and-linux-kernel/m-p/5024676#M48137</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2007-01-24T19:55:30Z</dc:date>
    </item>
  </channel>
</rss>

