InfuseAI / primehub

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

Tuning ulimit vaule #673

Closed huaichehuang closed 2 years ago

huaichehuang commented 2 years 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