Hi Lukas,

The parent process is used to manage the lifecycle of the actual process. I
am curious how much memory the parent process takes?

Thanks,

Fang, Yan
yanfang...@gmail.com

On Thu, May 28, 2015 at 2:30 PM, Lukas Steiblys <lu...@doubledutch.me>
wrote:

> Hello,
>
> I’m running Samza tasks using ProcessJobFactory and after I start the job,
> the initial process spawns a new process that is the actual process where
> the code is run. The problem is that the parent process stays active even
> after the job is started and that messes with the way I deploy Samza (in
> Docker containers) and consumes memory while not doing anything.
>
> My question: is it possible to kill the parent process while still leaving
> the Samza tasks to process messages?
>
> Lukas

Reply via email to