Consultor Eletrônico



Kbase P46686: Large number of java processes being spawned on Linux causes
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/20/2003
Status: Unverified

FACT(s) (Environment):

Linux Intel

SYMPTOM(s):

AppServer brokers are spawning a large number of Java processes.

Due to number of processes the system has began swapping.

The ubroker.properties has the maxClientInstance parameter set to the default of 512.

CAUSE:

For Linux, each Java thread is implemented as a process. A multi-threaded application on Linux, implements each thread as a separate Linux process.

FIX:

Decrease the maxClientInstance in the ubroker.properties file to stop the amount of processes being created.