Hi! I’ve been having a not so pleasurable developer experience for more than two months now. I’m developing on an okteto cloud developer pro account and getting my deployments into dev mode already takes quite a while.
But the real problem is that starting and restarting my nodejs server in the dev container is really slow and takes close to a minute sometimes. On my local machine the server starts instantly.
I have many namespaces that all use quite some memory and cpu, is there some global throttling if a user takes up to much ressources?
Thanks!