at the moment i have only one data segment and one log running in single mode. the db is about 1gb raw and log 500mb raw... if understand correctly in order decrease the number of processes (threads) then would have decrease the size of data segment...
> -----Original Message----- > From: "D�hr, Markus Hermeskeil" > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 05, 2003 6:12 PM > To: 'Holland, John'; 'Zabach, Elke'; '[EMAIL PROTECTED]' > Subject: RE: max kernel tasks > > > > i have currently 95 kernel processes running for one db > > instance; how can i limit that to say 10? > > These are not processes but threads, you see them as > processes because linux > handles them as such. It's not possible to "limit" them, because each > devspace you define has a reader and a writer thread. If you > really want to > decrease the number you have to create bigger devspaces and > use less which > will effectively result in a slowdown because many things are done in > parallel when using threads. > > How big is your database? > > -- > Markus Doehr SIEGENIA-AUBI KG > CCC - SAP R/3 Basis, SAPDB-DBA Industriestr. 1 - 3 > fon: +49 6503 917 152 57234 Wilnsdorf-Niederdielfen > fax: +49 6503 917 190 http://www.siegenia-aubi.com > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
