LSF Version 7.3 - Administering Platform LSF

Administering Platform LSF 401
Resource Allocation Limits
Example 11 Limit all hosts to 1 job slot per processor:
Begin Limit
NAME = default_limit
SLOTS_PER_PROCESSOR = 1
PER_HOST = all
End Limit
Example 12 The short queue can have at most 200 running and suspended jobs:
Begin Limit
NAME = shortq_limit
QUEUES = short
JOBS = 200
End Limit