Hi all,

I have a question concerning resource quota management.
I need to set a resource quota h_cpu and h_rt limit to a project.
I tried the following:

qconf -mrqs test
{
   name         test
   description  NONE
   enabled      TRUE
   limit        projects mab to h_rt=100
   limit        projects mab to h_cpu=100
}

The above configuration causes the SGE to crash when submitting a job using a 
parallel environment (-pe option) and I have to restart the qmaster daemon.
So, I changed the configuration to be:

qconf -mrqs test
{
   name         test
   description  NONE
   enabled      TRUE
   limit        users mab to slots=100
  limit        projects mab to h_rt=100
   limit        projects mab to h_cpu=100
}
The above configuration works fine; i.e. SGE doesn't crash when submitting 
parallel jobs, but the limits aren't enforced (i.e. the jobs exceeds the limits 
without being suspended or deleted)

Any help!
thanks in advance
madel

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to