# Users can run up to 2 jobs on each machine, as they are dual-processor. joblimit 2 # Allow up to 5 jobs total to run, so that there can be a mixture of long # and short-running jobs. Long running jobs will be automatically reniced, # so that shorter running jobs will get run, but at the same time can run # if nothing else is running. Currently, processes are reniced as follows: # Length Nice # (minutes) Level # 0 - 30 0 # 30 - 60 5 # 60 -120 10 # >120 20 # totaljoblimit 5