<?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: ABAP Debug - Memory Analysis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug-memory-analysis/m-p/7102498#M1508691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That helps a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jul 2010 17:31:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-22T17:31:52Z</dc:date>
    <item>
      <title>ABAP Debug - Memory Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug-memory-analysis/m-p/7102496#M1508689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here' s a general question.  While running debug - there are some special tools.  In special tools I select Memory Analysis.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is memory sizes displayed.   What exactly are they referencing?  Will this help me to determine the problem when there is a short dump due to memory problems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for an explaination of the following?&lt;/P&gt;&lt;P&gt;Allocated?&lt;/P&gt;&lt;P&gt;Used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At a guess:  Is this the memory that is allocated based upon the need in the program - used memory - when it gets high enough is changed to allocated memory?   I'm confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the following links - they confused me more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/233be990-0201-0010-3d9b-c0fa722763f4?quicklink=index&amp;amp;overridelayout=true" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/233be990-0201-0010-3d9b-c0fa722763f4?quicklink=index&amp;amp;overridelayout=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/7a/caa6f6bfdb11d188b30000e83539c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/7a/caa6f6bfdb11d188b30000e83539c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 16:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug-memory-analysis/m-p/7102496#M1508689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T16:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debug - Memory Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug-memory-analysis/m-p/7102497#M1508690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, this tool will help you with memory analysis in case of memory problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the initial view you can see &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;allocated, that is the memory that is allocated to your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;used, that is the memory that is actually used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP program allocates memory in blocks  which are e.g. 4 MB  in size (depends on paramter em/blocksize_KB).&lt;/P&gt;&lt;P&gt;The variables and internatl tables and objects are stored in these blocks. If you have an internal table with 2 MB youl will see&lt;/P&gt;&lt;P&gt;4MB allocated (you can't allocate less) and 2MB (+ some overhead) used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you click on the small button that shows 3 squares and 1 cicrle you will get a list of the biggest objects using the "used memory".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 17:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug-memory-analysis/m-p/7102497#M1508690</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-07-22T17:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debug - Memory Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug-memory-analysis/m-p/7102498#M1508691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That helps a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 17:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debug-memory-analysis/m-p/7102498#M1508691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T17:31:52Z</dc:date>
    </item>
  </channel>
</rss>

