Memory and CPU limitations do not apply in NOMAD
main.tf
(image: NOMAD set up with 1 core and 1 gb)
3 Replies
<#1288487524863442955>
Category
Help needed
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
workspace.nomad.tpl
2 Is it possible to limit storage?
3 Is there any way to keep nodejs installed after a reboot?
1. Why do you think that limits are not being applied? The screenshot only shows your system specs of the host PC. Nomad workspaces are just docker containers managed by Nomad but they are running on the same host.
3. Bake it into your image. You can extend this image to create your own.
GitHub
enterprise-images/images/base/ubuntu.Dockerfile at main · coder/ent...
Example Docker images for use with Coder. Contribute to coder/enterprise-images development by creating an account on GitHub.