When attempting to increase the memory on a k8s deployed sandbox we noticed that there was no quick & easy way to increase the memory without a workaround or rebuilding the dockerfile. Having the ARG as a build time option didn't really help.
We've kept the build backwards compatible while providing a ENV_VAR that can be overridden to change the params at runtime.
Hi,
When attempting to increase the memory on a k8s deployed sandbox we noticed that there was no quick & easy way to increase the memory without a workaround or rebuilding the dockerfile. Having the ARG as a build time option didn't really help.
We've kept the build backwards compatible while providing a ENV_VAR that can be overridden to change the params at runtime.
Kind regards, Kris