Hi Guru,
Perhaps can kindly help me understanding the dump above .
Dump below
No more rows could be added to internal table "\CLASS=CL_RSDD_DTA\METHOD=GET_MAX_SID_INTO_RSPM\DATA=L_TS_XREF". To make troubleshooting possible, the table had to be deleted before this log could be compiled. This means that the table will either be displayed further down or, if you call the ABAP Debugger from here, with 0 rows. When the program was terminated, the internal table had the following characteristics: Memory location: Session memory Row width: 284 No. of rows: 10981500 Allocated rows: 10981500 Newly requested rows: 32 (in 1 blocks)
And in WP trace file
Tue Feb 11 07:50:38:865 2020 WP has reached abap/heaplimit = 150000000 bytes
Tue Feb 11 07:50:45:494 2020 *** ERROR => User UIC30939 reached avail. heapsize = 9154 MB: see ST22, increase abap/heap_area_total [abstor.c 2080]
{root-id=0050568E76E21EDA9393FCCB11602019}_{conn-id=00000000000000000000000000000000}_0
heap memory held by WP55: 250 MB
heap memory held by WP66: 338
MB heap memory held by WP68: 366
MB heap memory held by WP94: 346
MB heap memory held by WP95: 378
MB heap memory held by WP101: 2718
MB heap memory held by WP110: 4407
MB heap memory held by WP112: 349 MB
*** ERROR => User UIC30939 reached avail. heapsize = 18308 MB: see ST22, increase abap/heap_area_total [abstor.c 2080] heap memory held by WP55: 250 MB
heap memory held by WP66: 338 MB
heap memory held by WP68: 366 MB
heap memory held by WP94: 346 MB
heap memory held by WP95: 378 MB
heap memory held by WP101: 2718 MB
heap memory held by WP110: 4407 MB
heap memory held by WP112: 349 MB
My parameter
abap/heaplimit = 150000000
abap/heap_area_total = 9600000000
abap/heap_area_nondia = 7000000000
abap/heap_area_dia = 7000000000
Please kindly help to enlighten this, as our BW system is consistently hit memory issue while running process chain.
THank you
low