Memory management
Dear all,
In our system, currently there are several jobs running for a long time,30hours . I want to deepily know the memory management in SAP release 46c. Will you give me some information or nice document?
best regards,
jc
SAP service marketplace/performance
_________________
The best is yet to come !!
Instead of memory management, try to take a look at the DB side.
Watch your System's work processes while your background job at SM50 Transaction. If there are some lines containing "Sequential Read - -tablename-" kind of things taking longer times than other,
probably you really need to optimize your select statements against that tables' index.
I must say that, sometimes changing a couple of select statements causes 10-15 times faster running programs.
yeah.. check for sql statements.. esp those select * from
_________________
The heart has its reasons which reason knows not of
PASCAL