Skip to content

Instantly share code, notes, and snippets.

@pankkor
Last active June 6, 2024 13:34
Show Gist options
  • Save pankkor/9637c0c46c8e15b149bb892357b3c760 to your computer and use it in GitHub Desktop.
Save pankkor/9637c0c46c8e15b149bb892357b3c760 to your computer and use it in GitHub Desktop.

Snippets

Quickly limit resources for the process with ulimit

LIMIT_MB=50
(ulimit -Sv $((LIMIT_MB << 10)); /path/to/binary)

On OpenBSD use

ulimit -Sd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment