[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] dynamic slots - over subscription



Lets say I have a process which takes up 4 CPus, and I have 10x16 core
servers with 64G of memory.

To get more of my jobs to run I do:
#This should be 4
RequestCpus = 1

How can I prevent users to do this?  This is clearly create extra load
on the servers.