alces-software / flight-appliance-docs

Documentation for deploying and using Alces Flight Appliances
2 stars 3 forks source link

Document how to disable resource limits in SGE #23

Closed wdm78 closed 8 years ago

wdm78 commented 8 years ago

We should include a section on how to disable scheduler resource limits

wdm78 commented 8 years ago

to disable memory limits:

 - sudo -s
 - qconf -mc
 - Edit "h_vmem" line, set requestable and consumable to NO, and default to zero

to disable max runtime:

 - Edit $GRIDSCHEDULERDIR/etc/common/sge_request and remove "h_rt=" part
wdm78 commented 8 years ago

Fixed in https://github.com/alces-software/flight-appliance-docs/commit/e5efae3b40fb5c29673896300dd2bb393412f150