podman-compose/tests/integration/ulimit_build/ulimit.sh

7 lines
181 B
Bash
Raw Normal View History

#!/bin/sh
echo "soft process limit:" $(ulimit -S -u)
echo "hard process limit:" $(ulimit -H -u)
echo "soft nofile limit:" $(ulimit -S -n)
echo "hard nofile limit:" $(ulimit -H -n)