Reuti <[email protected]> writes: >> We need to avoid using swap. > > http://gridengine.info/2009/12/01/adding-memory-requirement-awareness-to-the-scheduler
After doing that, the next question will probably be about SEGVs from programs using pthreads... You probably want to limit the stack size in the job script, e.g. ulimit -s 24000 You can do the equivalent with the h_stack complex, but that probably breaks other things that require a deep stack (particularly programs compiled with particular compilers/options). I guess we should write a GE FAQ, and this is a prime candidate for it. _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
