Last active
November 8, 2018 21:33
-
-
Save justenwalker/28638ae82451f0a8b257b930e50d660e to your computer and use it in GitHub Desktop.
Damon run example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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