<?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 Difference in RAM values, like Real vs. Virtual in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Difference-in-RAM-values-like-Real-vs-Virtual/m-p/116007#M21606</link>
    <description>&lt;P&gt;Dear Checkmates fellows,&lt;/P&gt;&lt;P&gt;I am a little bit unsure about the difference of these values regarding memory. I have take these from the sk90860 - "How to configure SNMP on Gaia OS" - section "VI-1-B - memory".&lt;/P&gt;&lt;P&gt;What is the difference:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;RAM - Real Total&lt;/LI&gt;&lt;LI&gt;RAM - Real Active&lt;/LI&gt;&lt;LI&gt;RAM - Real Free&lt;/LI&gt;&lt;LI&gt;RAM - Virtual Total&lt;/LI&gt;&lt;LI&gt;RAM - Virtual Active&lt;/LI&gt;&lt;LI&gt;Hmem fails&lt;/LI&gt;&lt;LI&gt;System Kmem fails&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Many thanks for clarification.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Christian&lt;/P&gt;</description>
    <pubDate>Wed, 14 Apr 2021 12:22:25 GMT</pubDate>
    <dc:creator>Christian_Koehl</dc:creator>
    <dc:date>2021-04-14T12:22:25Z</dc:date>
    <item>
      <title>Difference in RAM values, like Real vs. Virtual</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Difference-in-RAM-values-like-Real-vs-Virtual/m-p/116007#M21606</link>
      <description>&lt;P&gt;Dear Checkmates fellows,&lt;/P&gt;&lt;P&gt;I am a little bit unsure about the difference of these values regarding memory. I have take these from the sk90860 - "How to configure SNMP on Gaia OS" - section "VI-1-B - memory".&lt;/P&gt;&lt;P&gt;What is the difference:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;RAM - Real Total&lt;/LI&gt;&lt;LI&gt;RAM - Real Active&lt;/LI&gt;&lt;LI&gt;RAM - Real Free&lt;/LI&gt;&lt;LI&gt;RAM - Virtual Total&lt;/LI&gt;&lt;LI&gt;RAM - Virtual Active&lt;/LI&gt;&lt;LI&gt;Hmem fails&lt;/LI&gt;&lt;LI&gt;System Kmem fails&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Many thanks for clarification.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Christian&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 12:22:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Difference-in-RAM-values-like-Real-vs-Virtual/m-p/116007#M21606</guid>
      <dc:creator>Christian_Koehl</dc:creator>
      <dc:date>2021-04-14T12:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in RAM values, like Real vs. Virtual</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Difference-in-RAM-values-like-Real-vs-Virtual/m-p/116008#M21607</link>
      <description>&lt;P&gt;These are OS memory report numbers. I believe SK you mentioned does have explanation for the each item (omitting unnecessary details:&lt;/P&gt;
&lt;TABLE id="System_counters_Memory_Counters_Table" border="1" width="492px" cellpadding="4"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="173px"&gt;Required&lt;BR /&gt;Information&lt;/TD&gt;
&lt;TD width="318px"&gt;OID&lt;BR /&gt;Description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR valign="top"&gt;
&lt;TD width="173px"&gt;RAM - Real Total&lt;/TD&gt;
&lt;TD width="318px"&gt;Total real memory in bytes.&lt;BR /&gt;Memory used by applications.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR valign="top"&gt;
&lt;TD width="173px"&gt;RAM - Real Active&lt;/TD&gt;
&lt;TD width="318px"&gt;Active real memory in bytes (memory used by applications that is not cached to the disk).&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR valign="top"&gt;
&lt;TD width="173px"&gt;RAM - Real Free&lt;/TD&gt;
&lt;TD width="318px"&gt;Free memory in bytes available for applications.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR valign="top"&gt;
&lt;TD width="173px"&gt;RAM - Virtual Total&lt;/TD&gt;
&lt;TD width="318px"&gt;The size in bytes of the virtual-memory working segment pages.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR valign="top"&gt;
&lt;TD width="173px"&gt;RAM - Virtual Active&lt;/TD&gt;
&lt;TD width="318px"&gt;The size in bytes of the virtual-memory working segment pages that have actually been touched.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR valign="top"&gt;
&lt;TD width="173px"&gt;Hmem fails&lt;/TD&gt;
&lt;TD width="318px"&gt;Hash memory allocation failures.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR valign="top"&gt;
&lt;TD width="173px"&gt;System Kmem fails&lt;/TD&gt;
&lt;TD width="318px"&gt;System Kernel memory (SMEM) allocation failures.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;You should also be able to get more info about each position on Linux resources, for example:&amp;nbsp;&lt;A href="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s1-sysinfo-memory-usage" target="_blank"&gt;https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s1-sysinfo-memory-usage&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 12:37:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Difference-in-RAM-values-like-Real-vs-Virtual/m-p/116008#M21607</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-04-14T12:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in RAM values, like Real vs. Virtual</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Difference-in-RAM-values-like-Real-vs-Virtual/m-p/116009#M21608</link>
      <description>&lt;P&gt;To add, most concerns should be about allocation failures (hmem fails, system kmem fails) and swap status. By no means your GWs should ever swap.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 12:39:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Difference-in-RAM-values-like-Real-vs-Virtual/m-p/116009#M21608</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2021-04-14T12:39:12Z</dc:date>
    </item>
  </channel>
</rss>

