# Report all current limits
ulimit -a

# Unlimited file descriptors
ulimit -n unlimited
