InfuseAI / primehub

open-source MLOps platform
https://docs.primehub.io
Apache License 2.0
389 stars 39 forks source link

Tuning ulimit vaule #673

Closed huaichehuang closed 1 year ago

huaichehuang commented 1 year ago

Signed-off-by: Dennis Huang dennishuang@infuseai.io

Tuning ulimit vaule higher to prevent "Resource temporarily unavailable" issue

PR checklist

What type of PR is this? Change initial vaule of ulimit for each PrimeHub user

What this PR does / why we need it: Tuning ulimit vaule higher so user won't hit ulimit hard limit.

Which issue(s) this PR fixes: Prevent "Resource temporarily unavailable" issue in user jupyter notebook pod.

Special notes for your reviewer:

  1. Change open file number to 65535
  2. Change processes number for a single user to 65535

Does this PR introduce a user-facing change?: NONE