locked
Limit memory per job RRS feed

  • Question

  • Is there a way to enforce a limit on the memory usage per task (like the JOB_OBJECT_LIMIT_JOB_MEMORY)?

    (I am aware of the "memory-aware scheduling" by providing estimates of memory consumption.)

    Wednesday, October 28, 2015 3:38 PM

Answers

  • Currently in our system we won't enable this as when you set hard limit on your task, the task may behave abnormal and brings more trouble for management. You may leverage memory aware scheduling for your job by providing estimated memory consumption so that scheduler will only allocate node with enough memory resource for you

    Qiufang Shi

    Thursday, October 29, 2015 1:54 AM