Skip to content

Instantly share code, notes, and snippets.

@justenwalker
Last active November 8, 2018 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justenwalker/28638ae82451f0a8b257b930e50d660e to your computer and use it in GitHub Desktop.
Save justenwalker/28638ae82451f0a8b257b930e50d660e to your computer and use it in GitHub Desktop.
Damon run example
#!powershell
$env:DAMON_CPU_LIMIT="2048" # MHz
$env:DAMON_MEMORY_LIMIT="2048" # MB
# Run my.exe inside a job object
& damon.exe my.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment