``` docker run -it --rm centos:7 /bin/bash -c 'ulimit -n' # arm 1024 # x86 1048576 ``` we should change the ulimit conf in docker file