Created
October 8, 2020 21:17
-
-
Save JimmyWhitaker/8b7cca5dccc986d509dce80a5e5c0f42 to your computer and use it in GitHub Desktop.
Setting resource limits in a Pachyderm spec
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
"resource_limits": { | |
"gpu": { | |
"type": "nvidia.com/gpu", | |
"number": 1 | |
} | |
}, | |
"resource_requests": { | |
"memory": "2G", | |
"cpu": 1 | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment