Hey, so with v2 of the platform, we aren’t supporting dedicated CPUs. The default is 256MB, shared cpu 1x, and you can pick between shared (which scales up to 2048MB) and performance (which scales to 8192MB with 2 times the number of CPUs as shared) when scaling up
Thanks @shortdiv for the response. I gathered as much, though I’m still not familiar enough with machines nor clear on how to scale up the machine for the remote builder.
When obtaining the status of the machine behind the builder, it shows the following specs:
“guest”: {
“cpu_kind”: “shared”,
“cpus”: 4,
“memory_mb”: 8192
},
Whereas the builder app itself via the dashboard shows:
Can you share the appropriate cli command to scale up the builder app?