You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is not be a problem on our CI hosts, but developers who run the image
12
+
# on their machines may run into this (e.g., on Arch Linux), so warn them.
13
+
# (Note that .bashrc is only executed in interactive bash shells.)
14
+
RUN echo 'if [[ $(ulimit -n) -gt 200000 ]]; then echo "WARNING: Very high value reported by \"ulimit -n\". Consider passing \"--ulimit nofile=32768\" to \"docker run\"."; fi' >> /root/.bashrc
0 commit comments