TSV_TNEW_PAGE_ALLOC_FAILED
Error analysis:
No more storage space available for extending an internal table.
The internal table "" could not be
further extended. To enable error handling, the table had to be delete before this log was written.
ABAP heap memory has been reached ,so it could not allocate more memory to extend the table.
Roll area...................... 5120272
Extended memory (EM)........... 4001612304
Assigned memory (HEAP)......... 10498192
Short area..................... " "
Paging area.................... 32768
Maximum address space.......... 4294967295
The memory allocation sequence is
1) roll_first
2) Extended memory
3) Roll area and then
4) Heap i.e private memory
i checked the parameters ztta/rol_first = 1024 and ztta/roll_area=6500000 the difference is greater than 5120272 i.e the limit is not reached so how cum heap memory is assigned
2nd Question What exactly OS swap space??
Also suggest some reading material for memory management
Regards,
Ameya Joshi
SAP Basis Consultant