[Feature Request] - Is there a way to run a Workspace **without** the memory size specified?
Existing Resources
- [x] Please search the existing issues for related items
- [x] Consult the product documentation : Docs
- [x] Consult the FAQ : FAQ
- [x] Consult the Troubleshooting Guide : Guide
- [x] Reviewed existing training videos: Youtube
Is your feature request related to a problem? Please describe. Is there a way to run the Workspace without the memory size specified (so that it will be able to use dynamic memory allocation?
My OASLOA mini PCs only has 16 GB of RAM. I know that if I start the Ubuntu Jammy Desktop workspace via the command line, on the server with sudo docker run kasm/ubuntu-jammy-desktop:1.16.0, it will run it without a fixed memory limit defined, which means that it would be able to share the RAM that's available on my mini PC.
Describe the solution you'd like
Can I either set the "memory" option in the workspace settings either to 0 MB or -1 MB so that Kasm will be able to start the Docker container without the fixed memory limit defined?
Describe alternatives you've considered
I ran it directly on the server via sudo docker run kasm/ubuntu-jammy-desktop:1.16.0 but I had troubles trying to connect to it from inside the web browser (like the normal Kasm workspaces).
Additional context Nothing additional to add.