Andreas W. Ditze wrote > can anyone tell me how to limit memory ressources occupied by > sap-db? It > would also help to limit the number of processes spawn at > sap-db start. > > Everytime I run "top", my server says something like this.... > > [...] > 428 sapdb 9 0 51380 50M 3692 S 0.0 10.0 0:00 db:TSTDB > 429 sapdb 9 0 51380 50M 3692 S 0.0 10.0 0:00 db:TSTDB > 430 sapdb 9 0 51380 50M 3692 S 0.0 10.0 0:00 db:TSTDB > 431 sapdb 9 0 51380 50M 3692 S 0.0 10.0 0:00 db:TSTDB > 432 sapdb 9 0 51380 50M 3692 S 0.0 10.0 0:00 db:TSTDB > 433 sapdb 9 0 51380 50M 3692 S 0.0 10.0 0:00 db:TSTDB > 434 sapdb 9 0 51380 50M 3692 S 0.0 10.0 0:00 db:TSTDB > 435 sapdb 9 0 51380 50M 3692 S 0.0 10.0 0:00 db:TSTDB > 436 sapdb 9 0 51380 50M 3692 S 0.0 10.0 0:00 db:TSTDB > 437 sapdb 9 0 51380 50M 3692 S 0.0 10.0 0:00 db:TSTDB > [...] > > Unfortunatly this is not the complete list of unused db-tasks ;-) > > What has to be done?
Check the following installation parameter: MAXUSERTASKS do you really need 50 ? To take less will decrease the number of processes and to decrease the amount of memory needed DATA_CACHE if you decrease the size, it will help to limit memory resources Elke SAP Labs Berlin