Dependency build is consuming too much CPU
I am running a dependency build on my System i, but it is consuming too much CPU. How can I throttle how much CPU it uses during the build?
|
Accepted answer
The recommended way to control the CPU usage by the dependency build is to change the priority of the startbfa.sh script to some other value. By default the agent script will have the same priority as the other processes the user may be running which may cause some problems as the dependency build can be CPU intensive. So lowering the priority (RUNPTY) of only startbfa.sh will free up more cycles for other CPU processes.
Example:
- CHGJOB RUNPTY(50)
- QSH - startbfa.sh - exit QSH - CHGJOB RUNPTY(20)
~Spencer
Spencer Murata selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.