Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Tools/Manuals/TS129

From EGIWiki
< Tools
Revision as of 10:46, 18 September 2011 by Aesch (talk | contribs) (Created page with '{{TOC_right}} Category:FAQ ------ Back to Administration FAQ ------ = How to limit the processes for a specific queue in Torque = One ''…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Administration FAQ


How to limit the processes for a specific queue in Torque

One can set the max_running parameter in Torque. For example:

qmgr -c "set queue foo max_running=20"

You might think you could modify the max_queuable setting as well, but such a setting will be ignored by the gLite 3.1 WMS, while it is respected by the EMI-1 WMS:

http://savannah.cern.ch/bugs/?44599

The setting then may lead your CE to be overloaded when jobs keep getting submitted to that queue by gLite 3.1 WMS nodes. So, for the time being it is advised not to limit the number of jobs that can be queued.