Replies: 3 comments 1 reply
-
As another user, I've noticed that those cluster limits seem to be obsolete. I've only been able to scale to 100 8GB workers (rather than 400) for the last few months. When I bump to 16GB the limits seem to be randomly smaller (recently 56). I think they're adjusting the quota and haven't updated the documentation. I think it's possible it may also depend on the current usage across the entire "computer". |
Beta Was this translation helpful? Give feedback.
-
Thanks for the report and sorry for the delay. I think the latest cluster limits are defined at https://github.com/microsoft/planetary-computer-hub/blob/4668f37d4d987ab1c7a2c5bd2f403700b9936f00/helm/chart/config.yaml#L319-L321, but I might be wrong. I haven't had any time to work on |
Beta Was this translation helpful? Give feedback.
-
Thanks, Tom! That helped a lot. I realized that the limit I was running into was because I was trying to use too many cores overall. And now I have a good idea of where to look for this info going forward, too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Tom and crew!
I am currently running an analysis job using
kbatch job submit
. I try to use a cluster consisting of 50 16-GB, 8-core workers, but I get the messageGatewayWarning: Scale request of 50 workers would exceed resource limit of 13 workers. Scaling to 13 instead.
. I didn't see a 13-worker limit expressed anywhere in the docs, and I don't see any math that explains how the 'Cluster Limits' defined here work out to a 13-worker limit in my particular case.Is there something I'm misunderstanding, or are the cluster limits somehow different for kbatch jobs?
Thanks!
Drew
Beta Was this translation helpful? Give feedback.
All reactions