Why do I get the error “qsub: Job exceeds queue resource limits MSG=cannot satisfy server max mem requirement” when submitting a job?
The queuing system on the XT4 does not allow memory requests with the #PBS -lmem= flag. Jobs requesting memory will be rejected with the error message shown above. Memory on the XT4 is not shared between nodes. Each node has access to 4 GB of memory. 1 GB per core if all cores are used. Thus, memory is directly related to the number of processors requested. Because the memory is not shared, it does not make sense to request memory directly via PBS. (It is implicitly requested based on the #PBS -lsize=… request.
Related Questions
- Why do I get the error "qsub: Job exceeds queue resource limits MSG=cannot satisfy server max mem requirement" when submitting a job?
- Why do I receive Error 2755 while installing the Windows 2000 Resource Kit on a Terminal Server?
- Im getting an SSL error in the Management Central servers job log. Whats happening?