Fernando Alberto Velasquez wrote:
HiHow to reduce number process of database instance on Linux. When i turn database instance online, initialize 24 process :
> > [ list of threads snipped ]
Don't bother about it. That's the way its supposed to be. What you see are not processes but threads. It's just that Linux has a pretty bad threads implementation that uses different process ids for every thread, even though they share the memory space. All multi threaded programs behave the same. In particular, all java programs.How to reduce this process number?
Newer versions of "ps" will optimise this list and only display one entry for every memory space in use. Then you will only see one entry for sapdb. I betileve that version of ps is shipped with redhat 7.4 at least. (looking at my redhat 8.0, it seems to have reverted back to the old behaviour, I can't explain that).
In any case, don't bother about the multiple threads. If you get rid of any of them the application will surely stop working.
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
