Feature #151
Some computer limits configurable at startup
Status: | Fixed | Start date: | 09/23/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jorge Daza Garcia-Blanes | % Done: | 100% | |
Category: | slave | |||
Target version: | 0.64.5 |
Description
We find really usefull to be able to configure a couple of computer limits at the startup of the slaves:
- enabled: We boot the slave on init.d even for some powerful desktop computers, and we don't want them to take jobs when the user starts the machine to do some work.
- nmaxcpus: Mental ray is able to multithread to use all the cpus without drqueue starting several jobs by machine, thus we usually set just 1 cpu per computer for drqueue.
I attach a git generated patch that adds two environment variables for controlling these limits:
DRQUEUE_ENABLED
DRQUEUE_MAX_CPUS
History
#1 Updated by Andreas Schröder over 7 years ago
- Target version set to 0.64.6
#2 Updated by Jorge Daza Garcia-Blanes over 7 years ago
- Status changed from New to Solved
- Assignee set to Jorge Daza Garcia-Blanes
- Target version changed from 0.64.6 to 0.64.5
- % Done changed from 50 to 100
Solved
#3 Updated by Jorge Daza Garcia-Blanes about 7 years ago
- Status changed from Solved to Fixed
This works for you too ? Anyone ?