Some of background jobs started cancelling since 10 days ago.
Here are info from ABAP Dump:
The amount of storage space (in bytes) filled at termination time was:
Roll area...................... 6221248
Extended memory (EM)........... 50278176
Assigned memory (HEAP)......... 799483568
Short area..................... " "
Paging area.................... 24576
Maximum address space.......... 18446744063552822256
Below are my current setting:
Roll, extended and heap memory EXTM
ztta/roll_area 6500000 Byte
ztta/roll_first 1000000 Byte
ztta/short_area 3200000 Byte
rdisp/ROLL_SHM 16384 8 kB
rdisp/PG_SHM 8192 8 kB
rdisp/PG_LOCAL 150 8 kB
em/initial_size_MB 2048 MB
em/blocksize_KB 4096 kB
em/address_space_MB 4092 MB
ztta/roll_extension 50000000 Byte
abap/heap_area_dia 1800000000 Byte
abap/heap_area_nondia 800000000 Byte
abap/heap_area_total 1000000000 Byte
abap/heaplimit 20000000 Byte
abap/use_paging 0
Here are more info
ECC6 SPS13
Oracle 10.2.0.2
Solaris 5.9
Can some please let me know what will be correct parameter setting?
I have played with them a little bit, but still I am getting the error.
Regards,
Ray