> 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
