Hi, > Am 05.03.2019 um 18:06 schrieb David Trimboli <trimb...@cshl.edu>: > > I'm looking at SGE limits, and I'm not sure when something applies to all > users or each user individually. I want to find out how to limit each user to > a certain number of slots across the entire cluster (just one queue). > > I feel like this isn't it: > > { > Name limit-user-slots > description Limit each user to 10 slots > enabled true > limit users * queues {all.q} to slots=10
limit users {*} queues all.q to slots=10 In principle {all.q} wouldn't hurt as it means "for each entry in the list", and the only entry is all.q. But to lower the impact I would leave this out. -- Reuti > } > > I get the feeling that will limit the number of slots that all users can > collectively use simultaneously to 10. I want Bob to have no more than 10 > slots, Joe to have no more than 10 slots, etc. > > _______________________________________________ > users mailing list > users@gridengine.org > https://gridengine.org/mailman/listinfo/users > _______________________________________________ users mailing list users@gridengine.org https://gridengine.org/mailman/listinfo/users