You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Joaquin Menchaca <jm...@gobalto.com> on 2017/01/14 05:01:46 UTC

Re: How to set number of Nimbus child processes

Which java processes are they?  If you do not run any services, calling
storm will bring up a few java services to run a topology.  If you bring up
the daemons and refer to it in a storm.yaml, then you bring up the services
you manually bring up.  A storm supervisor will bring up 4 workers.  You
control this in the specified ports in storm.yaml.

On Dec 5, 2016 2:56 AM, "Mohsen Bande" <mo...@gmail.com> wrote:

Hello all,
starting storm 1.0.2 with the default config, htop shows that many java
processes started running.
how can i control this? i can't see any relevant config in storm