path: libtoxcore_0.2.22-1/.github/scripts/tox-bootstrapd-docker
cat /proc/"$(pidof tox-bootstrapd)"/limits
if ! grep -P '^Max open files(\s+)32768(\s+)32768(\s+)files' /proc/"$(pidof tox-bootstrapd)"/limits; then
  echo "Error: ulimit is not set to the expected value"
  exit 1
