sreeramkannan / Shannon

RNA-Seq
24 stars 13 forks source link

Limit memory consumption #20

Open cladobranch opened 7 years ago

cladobranch commented 7 years ago

Dear all,

is it possible to set a limit to the RAM Shannon will allocate to run multiple assembly jobs on one node (we have 48 CPUs and 500G of RAM per node) or will the program simply try to use all the RAM that is available?

Cheers, Dario

shunfumao commented 7 years ago

Dear Dario,

Currently there is no such option to limit the RAM. Perhaps you could consider to use ulimit under Unix to avoid overload RAM? Hope it helps. Thanks!

Shunfu