Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

How to set the number of forked subprocess of quickbuild root process? #4168

JerryLee ·

When running server.sh or agent.sh in Linux, it creates subprocess any many as its server cpu has.
I can see that through htop command.
However, I don't want to create the subprocess like above.
Is it possible to contrl that number?
Obviosuly, I'm talking about idle status of quickbuild when it started.

  • replies 3
  • views 436
  • stars 0
robinshen ADMIN ·

This should not be normal. Is this the JVM process or service wrapper process? And is it forked as long as server/agent is initially started?

JerryLee ·

Thanks to reply it.
I mean the that processes are forked by 'wrapper-linux-x86-64' when initially started server/agent.

robinshen ADMIN ·

Looks like this is controlled by JSW (a third party library used by QB). I will check with JSW support to see if there is any reason for it.