<?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>Question Re: memory problem in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438392#M4657828</link>
    <description>&lt;P&gt;Hi Yeo&lt;/P&gt;&lt;P&gt;1. Check the batch job program why it is taking more memory is the SAP Standard or Z custom program? is this batch job program can be fine-tuned?&lt;/P&gt;&lt;P&gt;if possible could share the dumps as a text file attachment?&lt;/P&gt;&lt;P&gt;2. Before the dump, overall system performance is normal? if it is yes, no need to increase the memory values. check the transaction code ST02 SAP memory &amp;amp; buffer parameters.&lt;/P&gt;&lt;P&gt;3. You have to fine-tune the batch program to pull the 8 million data from SAP&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;</description>
    <pubDate>Mon, 03 May 2021 04:42:54 GMT</pubDate>
    <dc:creator>S_Sriram</dc:creator>
    <dc:date>2021-05-03T04:42:54Z</dc:date>
    <item>
      <title>memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaq-p/12438390</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
  &lt;P&gt;I have some problem.&lt;/P&gt;
  &lt;P&gt;Batch program is running at dawn, and I am experiencing a resource bottleneck due to memory issues.&lt;/P&gt;
  &lt;P&gt;Message text says "No more memory available to add rows to an internal table."&lt;BR /&gt;&lt;BR /&gt;Memory spec&lt;BR /&gt;- System physical memory : 64GB&lt;BR /&gt;- Memory per ID : 4GB&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&amp;lt;My Question&amp;gt;&lt;BR /&gt;1. How can i solve this problem?&lt;BR /&gt;2. Is there any other ways than increasing the memory??&lt;BR /&gt;3. Generally, How much capacity is required to transfer more than 8 million data from SAP to Other program ?&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 03:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaq-p/12438390</guid>
      <dc:creator>dudmswl77</dc:creator>
      <dc:date>2021-05-03T03:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438391#M4657827</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;dudmswl77&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;You need to check work process trace (refer &lt;A href="https://launchpad.support.sap.com/#/notes/2194685" target="_blank"&gt;2194685&lt;/A&gt; ) and ST22 dump for the analysis. &lt;/P&gt;&lt;P&gt;Batch work processes consume memory in the order- Roll Memory, Heap Memory, Extended Memory.&lt;/P&gt;&lt;P&gt;What are the values for PHY_MEMSIZE,em/initial_size_MB and abap/heap_area_nondia and their usage at the time of the dump? You may have to increase the heap(nondia) memory.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 04:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438391#M4657827</guid>
      <dc:creator>sumitjais</dc:creator>
      <dc:date>2021-05-03T04:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438392#M4657828</link>
      <description>&lt;P&gt;Hi Yeo&lt;/P&gt;&lt;P&gt;1. Check the batch job program why it is taking more memory is the SAP Standard or Z custom program? is this batch job program can be fine-tuned?&lt;/P&gt;&lt;P&gt;if possible could share the dumps as a text file attachment?&lt;/P&gt;&lt;P&gt;2. Before the dump, overall system performance is normal? if it is yes, no need to increase the memory values. check the transaction code ST02 SAP memory &amp;amp; buffer parameters.&lt;/P&gt;&lt;P&gt;3. You have to fine-tune the batch program to pull the 8 million data from SAP&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 04:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438392#M4657828</guid>
      <dc:creator>S_Sriram</dc:creator>
      <dc:date>2021-05-03T04:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438393#M4657829</link>
      <description>&lt;P&gt;Hi Sumit Jaiswal.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;|    The amount of memory (in bytes) used at termination time was: &lt;/P&gt;&lt;P&gt;| Roll area...................... 0                                                             | &lt;/P&gt;&lt;P&gt;|    Extended memory (EM) 4001008232                                                               | &lt;/P&gt;&lt;P&gt;|    Assigned memory (HEAP) 4194930864                                                             | &lt;/P&gt;&lt;P&gt;|    Short area.....................                                                               |&lt;/P&gt;&lt;P&gt;|    Paging area.................... 40960                                                         |&lt;/P&gt;&lt;P&gt;
|    Maximum address space.......... 18446744073709551615                                          | &lt;/P&gt;&lt;P&gt;|    If the error occurs in a non-modfied SAP program, you might be able to find a solution in the SAP Notes system. &lt;/P&gt;&lt;P&gt;If you have access to the SAP Notes system, check there first using the following keywords: &lt;/P&gt;&lt;P&gt; "TSV_TNEW_PAGE_ALLOC_FAILED"&lt;/P&gt;&lt;P&gt; "ZMMCR6014" bzw. ZMMCR6014F01 &lt;/P&gt;&lt;P&gt;"GET_COLLECT_DATA" &lt;BR /&gt;&lt;BR /&gt;This is memory usage at the time of dump. &lt;/P&gt;&lt;P&gt;Can you explain how can i resolve this problem?&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 04:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438393#M4657829</guid>
      <dc:creator>dudmswl77</dc:creator>
      <dc:date>2021-05-03T04:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438394#M4657830</link>
      <description>&lt;P&gt;Category Resource bottleneck &lt;/P&gt;&lt;P&gt;Runtime Errors&lt;/P&gt;&lt;P&gt;TSV_TNEW_PAGE_ALLOC_FAILED
Date and Time2021.05.0205:03:23&lt;/P&gt;&lt;P&gt;Short Text &lt;/P&gt;&lt;P&gt;No more memory available to add rows to an internal table.&lt;/P&gt;&lt;P&gt;어떤 문제가 발생했습니까?&lt;/P&gt;&lt;P&gt;
An attempt was made to add rows to an internal table. There was no
memory available for this however.&lt;/P&gt;&lt;P&gt;대응책은 무엇입니까?&lt;/P&gt;&lt;P&gt;Note which actions and entries caused the error to occur.&lt;/P&gt;&lt;P&gt;Consult your SAP administrator.&lt;/P&gt;&lt;P&gt;Using transaction ST22 for ABAP dump analysis, you can view, manage,&lt;/P&gt;&lt;P&gt;and retain termination messages for longer periods.&lt;/P&gt;&lt;P&gt;Try to find out (using specific data selection for example) whether the&lt;/P&gt;&lt;P&gt;transaction will run with less main memory.&lt;/P&gt;&lt;P&gt;If the problem is due to a temporary bottleneck, run the transaction&lt;/P&gt;&lt;P&gt;again.&lt;/P&gt;&lt;P&gt;If the error persists, ask your system administrator to check the&lt;/P&gt;&lt;P&gt;following profile parameters:&lt;/P&gt;&lt;P&gt;o  ztta/roll_area  (1.000.000 - 15.000.000) classic
roll area&lt;/P&gt;&lt;P&gt;per user and internal session o 
ztta/roll_extension 
(10.000.000&lt;/P&gt;&lt;P&gt;- 500.000.000) available memory/user in extended memory&lt;/P&gt;&lt;P&gt;EM  o  ztta/max_memreq_MB maximum size of an
individual memory request&lt;/P&gt;&lt;P&gt;(in MB) o 
abap/heap_area_total 
(100.000.000 - 1.500.000.000)&lt;/P&gt;&lt;P&gt;available memory (malloc) for all users of an application server. If&lt;/P&gt;&lt;P&gt;several background processes are running on one server, temporary&lt;/P&gt;&lt;P&gt;bottlenecks can occur. Of course, the amount of memory (in bytes) must&lt;/P&gt;&lt;P&gt;also be available on the machine (main memory or file system swap).&lt;/P&gt;&lt;P&gt;Caution:&lt;/P&gt;&lt;P&gt;The operating system must be set up so that there is also enough memory&lt;/P&gt;&lt;P&gt;for each process. Usually, the maximum address space is too small.&lt;/P&gt;&lt;P&gt;Ask your hardware manufacturer or your competence center about this.&lt;/P&gt;&lt;P&gt;o  abap/heap_area_dia:  (10.000.000 - 1.000.000.000)&lt;/P&gt;&lt;P&gt;restriction of the memory that can be allocated to the heap with malloc&lt;/P&gt;&lt;P&gt;per dialog process.&lt;/P&gt;&lt;P&gt;Parameter for background processes:&lt;/P&gt;&lt;P&gt;o  abap/heap_area_nondia:  (10.000.000 - 1.000.000.000)&lt;/P&gt;&lt;P&gt;restriction of the memory that can be allocated to the heap with malloc&lt;/P&gt;&lt;P&gt;per background process.&lt;/P&gt;&lt;P&gt;Other memory-relevant parameters are:&lt;/P&gt;&lt;P&gt;o  em/initial_size_MB:  (35 - 1200)&lt;/P&gt;&lt;P&gt;Extended memory area from which all users of an application server can&lt;/P&gt;&lt;P&gt;meet their memory needs.&lt;/P&gt;&lt;P&gt;o  abap/shared_objects_size_MB:&lt;/P&gt;&lt;P&gt;Size of the shared memory area that can be used to save shared objects&lt;/P&gt;&lt;P&gt;area instances. This memory area is global for all users of the&lt;/P&gt;&lt;P&gt;application server.&lt;/P&gt;&lt;P&gt;오류분석&lt;/P&gt;&lt;P&gt;No more rows could be added to internal table&lt;/P&gt;&lt;P&gt; "\PROGRAM=ZMMCR6014\FORM=GET_COLLECT_DATA\DATA=LT_TAB".
To make&lt;/P&gt;&lt;P&gt;troubleshooting possible, the table had to be deleted before this log&lt;/P&gt;&lt;P&gt;could be compiled. This means that the table will either be displayed&lt;/P&gt;&lt;P&gt;further down or, if you call the ABAP Debugger from here, with 0 rows.&lt;/P&gt;&lt;P&gt;When the program was terminated, the internal table had the following&lt;/P&gt;&lt;P&gt;characteristics:&lt;/P&gt;&lt;P&gt;Memory location: 
Session memory&lt;/P&gt;&lt;P&gt;Row width:  784&lt;/P&gt;&lt;P&gt;No. of rows:  10380028&lt;/P&gt;&lt;P&gt;Allocated rows:  10380028&lt;/P&gt;&lt;P&gt;Newly requested rows: 16 (in 1 blocks)&lt;/P&gt;&lt;P&gt;오류수정방법&lt;/P&gt;&lt;P&gt;The amount of memory (in bytes) used at termination time was:&lt;/P&gt;&lt;P&gt;Roll area...................... 0&lt;/P&gt;&lt;P&gt;Extended memory (EM) 4001008232&lt;/P&gt;&lt;P&gt;Assigned memory (HEAP) 4194930864&lt;/P&gt;&lt;P&gt;Short area.....................&lt;/P&gt;&lt;P&gt;Paging area.................... 40960&lt;/P&gt;&lt;P&gt;Maximum address space.......... 18446744073709551615&lt;/P&gt;&lt;P&gt;If the error occurs in a non-modfied SAP program, you might be able to&lt;/P&gt;&lt;P&gt;find a solution in the SAP Notes system. If you have access to the SAP&lt;/P&gt;&lt;P&gt;Notes system, check there first using the following keywords:&lt;/P&gt;&lt;P&gt;"TSV_TNEW_PAGE_ALLOC_FAILED"&lt;/P&gt;&lt;P&gt;"ZMMCR6014" bzw. ZMMCR6014F01&lt;/P&gt;&lt;P&gt;"GET_COLLECT_DATA"&lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself, please send the following&lt;/P&gt;&lt;P&gt;information to SAP:&lt;/P&gt;&lt;P&gt;1. This description of the problem (short dump)&lt;/P&gt;&lt;P&gt;To do this, choose  System -&amp;gt;
List -&amp;gt; Save -&amp;gt; Local File (unconverted)&lt;/P&gt;&lt;P&gt;on the screen you are in now.&lt;/P&gt;&lt;P&gt;2. A suitable system log&lt;/P&gt;&lt;P&gt;To do this, call the system log in transaction SM21. Restrict the time&lt;/P&gt;&lt;P&gt;interval to ten minutes before the short dump and five minutes after&lt;/P&gt;&lt;P&gt;it. In the display, choose System -&amp;gt; List -&amp;gt; Save -&amp;gt; Local
File&lt;/P&gt;&lt;P&gt;(unconverted).&lt;/P&gt;&lt;P&gt;3. If these are programs of your own, or modified SAP programs: Source&lt;/P&gt;&lt;P&gt;code of these programs&lt;/P&gt;&lt;P&gt;To do this, choose  More
Utilities -&amp;gt; Upload/Download -&amp;gt; Download in&lt;/P&gt;&lt;P&gt;the Editor.&lt;/P&gt;&lt;P&gt;4. Details regarding the conditions under which the error occurred or&lt;/P&gt;&lt;P&gt;which actions and input caused the error.&lt;/P&gt;&lt;P&gt;시스템환경&lt;/P&gt;&lt;P&gt;SAP Release..... 750&lt;/P&gt;&lt;P&gt;SAP Basis level 0006&lt;/P&gt;&lt;P&gt;Application server... scitnerpdb2&lt;/P&gt;&lt;P&gt;Network address...... 10.253.42.220&lt;/P&gt;&lt;P&gt;Operating system... Linux&lt;/P&gt;&lt;P&gt;Release.............. 3.10.0-514.el7.x86_6&lt;/P&gt;&lt;P&gt;Hardware type....... x86_64&lt;/P&gt;&lt;P&gt;Character length..... 16 Bits&lt;/P&gt;&lt;P&gt;Pointer length........ 64 Bits&lt;/P&gt;&lt;P&gt;Work process number... 45&lt;/P&gt;&lt;P&gt;Shortdump setting. full&lt;/P&gt;&lt;P&gt;Database server... scitnerpdb1&lt;/P&gt;&lt;P&gt;Database type..... ORACLE&lt;/P&gt;&lt;P&gt;Database name..... SCP&lt;/P&gt;&lt;P&gt;Database user ID SAPSR3&lt;/P&gt;&lt;P&gt;Terminal..........&lt;/P&gt;&lt;P&gt;Character set C&lt;/P&gt;&lt;P&gt;SAP kernel....... 745&lt;/P&gt;&lt;P&gt;Created on....... Jan 23 2017 16:12:28&lt;/P&gt;&lt;P&gt;Created at....... Linux GNU SLES-11 x86_64 cc4.3.4 use-pr170123&lt;/P&gt;&lt;P&gt;Database version OCI_112, 12.1.0.2.0, V2, default&lt;/P&gt;&lt;P&gt;Patch level....... 400&lt;/P&gt;&lt;P&gt;Patch text.......&lt;/P&gt;&lt;P&gt;Database............. ORACLE 11.2.*.*.*, ORACLE 12.*.*.*.*&lt;/P&gt;&lt;P&gt;SAP database version. 745&lt;/P&gt;&lt;P&gt;Operating system... Linux&lt;/P&gt;&lt;P&gt;Memory consumption&lt;/P&gt;&lt;P&gt;Roll.... 0&lt;/P&gt;&lt;P&gt;EM...... 4001008232&lt;/P&gt;&lt;P&gt;Heap.... 4194930864&lt;/P&gt;&lt;P&gt;Page.... 40960&lt;/P&gt;&lt;P&gt;MM used. 8180281440&lt;/P&gt;&lt;P&gt;MM free. 8806376&lt;/P&gt;&lt;P&gt;사용자, 트랜잭션...&lt;/P&gt;&lt;P&gt;Client................. 100&lt;/P&gt;&lt;P&gt;User.................. SIWJ08&lt;/P&gt;&lt;P&gt;Language key.......... 3&lt;/P&gt;&lt;P&gt;Transaction.........&lt;/P&gt;&lt;P&gt;Transaction ID...... 608D895AB25AFA1BE10000000AFD2ADC&lt;/P&gt;&lt;P&gt;EPP whole context ID...... 506B8DFB84981EEB82A4035C53636D96&lt;/P&gt;&lt;P&gt;EPP connection ID........ 00000000000000000000000000000000&lt;/P&gt;&lt;P&gt;EPP call counter......... 0&lt;/P&gt;&lt;P&gt;Program.............. ZMMCR6014&lt;/P&gt;&lt;P&gt;Screen.............. SAPMSSY0  1000&lt;/P&gt;&lt;P&gt;Screen line.......... 6&lt;/P&gt;&lt;P&gt;Active debugger..... "none"&lt;/P&gt;&lt;P&gt;종결이 발생한 곳에 관한 정보&lt;/P&gt;&lt;P&gt;The termination occurred in ABAP program or include
"ZMMCR6014", in&lt;/P&gt;&lt;P&gt; "GET_COLLECT_DATA".
The&lt;/P&gt;&lt;P&gt;main program was "ZMMCR6014".&lt;/P&gt;&lt;P&gt;In the source code, the termination point is in line 843 of  program or&lt;/P&gt;&lt;P&gt;include "ZMMCR6014F01".&lt;/P&gt;&lt;P&gt;Program "ZMMCR6014" was started as a background job.&lt;/P&gt;&lt;P&gt;Job name....... [BI] 재고 검증&lt;/P&gt;&lt;P&gt;Job initiator.. SIWJ08&lt;/P&gt;&lt;P&gt;Job number...... 04591000&lt;/P&gt;&lt;P&gt;소스코드추출&lt;/P&gt;&lt;P&gt;Line SourceCde&lt;/P&gt;&lt;P&gt; 
813 *  INNER JOIN KONP AS C&lt;/P&gt;&lt;P&gt; 
814 *  ON A~KNUMH = C~KNUMH&lt;/P&gt;&lt;P&gt; 
815 *  WHERE A~KAPPL = 'V'&lt;/P&gt;&lt;P&gt; 
816 *  AND A~KSCHL = 'ZPR0'  " 정상가&lt;/P&gt;&lt;P&gt; 
817 *  AND A~VKORG = '1000'&lt;/P&gt;&lt;P&gt; 
818 *  AND A~DATBI &amp;gt;= SY-DATUM&lt;/P&gt;&lt;P&gt; 
819 *  AND A~DATAB &amp;lt;= SY-DATUM.&lt;/P&gt;&lt;P&gt; 
820 *  SORT GT_REGC2 BY MATNR.&lt;/P&gt;&lt;P&gt;  821&lt;/P&gt;&lt;P&gt; 
822  "-- 일자별 재고 현황 조회&lt;/P&gt;&lt;P&gt; 
823  REFRESH GT_OUTTAB.&lt;/P&gt;&lt;P&gt; 
824  IF P_BUDAT = SY-DATUM.&lt;/P&gt;&lt;P&gt; 
825  PERFORM COLLECT_DATA USING '2'.&lt;/P&gt;&lt;P&gt; 
826  ENDIF.&lt;/P&gt;&lt;P&gt;  827&lt;/P&gt;&lt;P&gt; 
828  CLEAR : LT_TAB, LT_TAB[].&lt;/P&gt;&lt;P&gt; 
829  LT_TAB[] = GT_OUTTAB[].&lt;/P&gt;&lt;P&gt;  830&lt;/P&gt;&lt;P&gt; 
831  CLEAR : GT_OUTTAB[], GT_OUTTAB[].&lt;/P&gt;&lt;P&gt;  832&lt;/P&gt;&lt;P&gt; 
833  IF P_NOZERO IS INITIAL.&lt;/P&gt;&lt;P&gt; 
834  SELECT * APPENDING CORRESPONDING FIELDS OF
TABLE LT_TAB&lt;/P&gt;&lt;P&gt; 
835  FROM ZMMCT6014&lt;/P&gt;&lt;P&gt; 
836  WHERE MATNR  IN SO_MATNR&lt;/P&gt;&lt;P&gt; 
837  AND MTART  IN SO_MTART&lt;/P&gt;&lt;P&gt; 
838  AND ZZBRAND IN SO_BRAND&lt;/P&gt;&lt;P&gt; 
839  AND WERKS  IN SO_WERKS&lt;/P&gt;&lt;P&gt; 
840  AND LGORT  IN SO_LGORT&lt;/P&gt;&lt;P&gt; 
841  AND BUDAT  &amp;lt;= P_BUDAT.&lt;/P&gt;&lt;P&gt; 
842  ELSE.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;  SELECT * APPENDING CORRESPONDING FIELDS OF
TABLE LT_TAB&lt;/P&gt;&lt;P&gt; 
844  FROM ZMMCT6014&lt;/P&gt;&lt;P&gt; 
845  WHERE MATNR  IN SO_MATNR&lt;/P&gt;&lt;P&gt; 
846  AND MTART  IN SO_MTART&lt;/P&gt;&lt;P&gt; 
847  AND ZZBRAND IN SO_BRAND&lt;/P&gt;&lt;P&gt; 
848  AND WERKS  IN SO_WERKS&lt;/P&gt;&lt;P&gt; 
849  AND LGORT  IN SO_LGORT&lt;/P&gt;&lt;P&gt; 
850  AND BUDAT  &amp;lt;= P_BUDAT&lt;/P&gt;&lt;P&gt; 
851  AND ( LABST &amp;lt;&amp;gt; 0 OR INSME
&amp;lt;&amp;gt; 0 OR SPEME &amp;lt;&amp;gt; 0 ).&lt;/P&gt;&lt;P&gt; 
852  ENDIF.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 05:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438394#M4657830</guid>
      <dc:creator>dudmswl77</dc:creator>
      <dc:date>2021-05-03T05:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438395#M4657831</link>
      <description>&lt;P&gt;Your job has used 8G (i.e. 4G heap and then 4G extended) and then terminated. For 8 million data, usage of 8G memory is not unusual. &lt;/P&gt;&lt;P&gt;Could you please share the parameter values for PHY_MEMSIZE,em/initial_size_MB and abap/heap_area_nondia?&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 05:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438395#M4657831</guid>
      <dc:creator>sumitjais</dc:creator>
      <dc:date>2021-05-03T05:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438396#M4657832</link>
      <description>&lt;P&gt;Hi Yeo.&lt;/P&gt;&lt;P&gt;Since it is a Z-program with the help of ABAPer enables the trace using the transaction code ST12 to check the overall performance of the Z program and why it is consuming more memory? you may have to do the fine-tuning of the Z program&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SS&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 05:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438396#M4657832</guid>
      <dc:creator>S_Sriram</dc:creator>
      <dc:date>2021-05-03T05:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438397#M4657833</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;I'm so sorry but i don't know about how can i get that information ,&lt;/P&gt;&lt;P&gt;"Could you please share the parameter values for PHY_MEMSIZE,em/initial_size_MB and abap/heap_area_nondia?"&lt;/P&gt;&lt;P&gt;  Terminal.......... &lt;/P&gt;&lt;P&gt;  Character set C &lt;/P&gt;&lt;P&gt;  SAP kernel....... 745 &lt;/P&gt;&lt;P&gt;  Created on....... Jan 23 2017 16:12:28 &lt;/P&gt;&lt;P&gt;  Created at....... Linux GNU SLES-11 x86_64 cc4.3.4 use-pr170123 &lt;/P&gt;&lt;P&gt;  Database version OCI_112, 12.1.0.2.0, V2, default &lt;/P&gt;&lt;P&gt;  Patch level....... 400 &lt;/P&gt;&lt;P&gt;  Patch text....... &lt;/P&gt;&lt;P&gt;  Database............. ORACLE 11.2.*.*.*, ORACLE 12.*.*.*.* &lt;/P&gt;&lt;P&gt;  SAP database version. 745 &lt;/P&gt;&lt;P&gt;  Operating system... Linux &lt;/P&gt;&lt;P&gt;  Memory consumption &lt;/P&gt;&lt;P&gt;  Roll.... 0 &lt;/P&gt;&lt;P&gt;  EM...... 4001008232 &lt;/P&gt;&lt;P&gt;  Heap.... 4194930864 &lt;/P&gt;&lt;P&gt;  Page.... 40960 &lt;/P&gt;&lt;P&gt;  MM used. 8180281440 &lt;/P&gt;&lt;P&gt;  MM free. 8806376&lt;/P&gt;&lt;P&gt;Is this right,,,?&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 06:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438397#M4657833</guid>
      <dc:creator>dudmswl77</dc:creator>
      <dc:date>2021-05-03T06:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438398#M4657834</link>
      <description>&lt;P&gt;Go to T code RZ11, enter the parameter name and look for current value.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 07:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438398#M4657834</guid>
      <dc:creator>sumitjais</dc:creator>
      <dc:date>2021-05-03T07:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438399#M4657835</link>
      <description>&lt;P&gt;phys_memsize&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1916836-ov9rv.png" /&gt;&lt;/P&gt;&lt;P&gt;em/initial_size_MB&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1916837-ll1rg.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 08:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438399#M4657835</guid>
      <dc:creator>dudmswl77</dc:creator>
      <dc:date>2021-05-03T08:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438400#M4657836</link>
      <description>&lt;P&gt;abap/heap_area_nondia &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1916838-abapheap-area-nondia.png" /&gt;&lt;/P&gt;&lt;P&gt;This is parameter details!&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 08:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438400#M4657836</guid>
      <dc:creator>dudmswl77</dc:creator>
      <dc:date>2021-05-03T08:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438401#M4657837</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1916841-dumpmessage.txt"&gt;dumpmessage.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 08:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438401#M4657837</guid>
      <dc:creator>dudmswl77</dc:creator>
      <dc:date>2021-05-03T08:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438402#M4657838</link>
      <description>&lt;P&gt;Your job has used almost 8 G ( 4 GB limited by abap/heap_area_nondia followed by 4 Gb of the extended memory quota limited by ztta/roll_extension) before it terminated. For 8 million data transfer, this is not unusual memory usage. As you have sufficient memory with application (64 G of which 43 G is extended), you may increase the parameter abap/heap_area_nondia from 4G to 7-8 G i.e. abap/heap_area_nondia = 7516192768 or 8589934592 ( the parameter change requires application restart). &lt;/P&gt;&lt;P&gt;If above does not work, you should fine tune the program to transfer the 8 million data in multiple go.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 10:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438402#M4657838</guid>
      <dc:creator>sumitjais</dc:creator>
      <dc:date>2021-05-03T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438403#M4657839</link>
      <description>&lt;P&gt;The amount of memory is limited and you can't increase it. Why does your program (if it's custom) consume so much memory? Why can't you make it consume less?&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 11:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438403#M4657839</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-05-03T11:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438404#M4657840</link>
      <description>&lt;P&gt;Thank you for your help, experts!&lt;/P&gt;&lt;P&gt;Finally i have one more question.&lt;/P&gt;&lt;P&gt;abap/heap_area_nondia from 4G is not enough for tranafer 3 million data?&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 11:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/memory-problem/qaa-p/12438404#M4657840</guid>
      <dc:creator>dudmswl77</dc:creator>
      <dc:date>2021-05-03T11:57:47Z</dc:date>
    </item>
  </channel>
</rss>

