<?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: Alfresco RAN usage over -Xmx in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297611#M250741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For any Java application that is active, there are multiple memory areas that the application manages. One of those is the heap which you can configure/limit via -Xmx. Others are e.g. code store (previously often referenced as PermGen), stack, constant pools… Look at &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-2.html" rel="nofollow noopener noreferrer"&gt;https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-2.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;the structure of Java virtual machine&amp;lt;/a&amp;gt; to learn more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Long story short: -Xmx does not limit the total amount of memory a Java process can take.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 08:03:01 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2016-05-19T08:03:01Z</dc:date>
    <item>
      <title>Alfresco RAN usage over -Xmx</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297610#M250740</link>
      <description>Hello,we have a limit of -Xmx24158M, but after some usage it reports using around 38 Gb?Where is the catch?</description>
      <pubDate>Thu, 19 May 2016 07:36:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297610#M250740</guid>
      <dc:creator>audriusp</dc:creator>
      <dc:date>2016-05-19T07:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco RAN usage over -Xmx</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297611#M250741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For any Java application that is active, there are multiple memory areas that the application manages. One of those is the heap which you can configure/limit via -Xmx. Others are e.g. code store (previously often referenced as PermGen), stack, constant pools… Look at &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-2.html" rel="nofollow noopener noreferrer"&gt;https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-2.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;the structure of Java virtual machine&amp;lt;/a&amp;gt; to learn more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Long story short: -Xmx does not limit the total amount of memory a Java process can take.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:03:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297611#M250741</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-05-19T08:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco RAN usage over -Xmx</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297612#M250742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, is there an easy way to limit RAm usage for alfresco?&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 08:24:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297612#M250742</guid>
      <dc:creator>audriusp</dc:creator>
      <dc:date>2016-05-19T08:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco RAN usage over -Xmx</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297613#M250743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, there is no "easy" way to limit RAM usage, because any "easy" way would gloss over application requirements and end up in a horrible performance scenario. You can limit the RAM usage technically, but you need to understand what which memory area does, how it is used by Alfresco over time and how it affects performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;VMWare once (a long time ago) posted a &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://blogs.vmware.com/apps/2011/06/taking-a-closer-look-at-sizing-the-java-process.html" rel="nofollow noopener noreferrer"&gt;http://blogs.vmware.com/apps/2011/06/taking-a-closer-look-at-sizing-the-java-process.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;blog post&amp;lt;/a&amp;gt; about limiting the memory for the entire Java process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Again: Be very, very careful when trying to hard limit the memory…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 07:42:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297613#M250743</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-05-20T07:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco RAN usage over -Xmx</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297614#M250744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 13:23:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-ran-usage-over-xmx/m-p/297614#M250744</guid>
      <dc:creator>audriusp</dc:creator>
      <dc:date>2016-05-20T13:23:20Z</dc:date>
    </item>
  </channel>
</rss>

