NodeOps
CN

Scaling Resources

Adjust replicas, CPU, and memory for your project environments from the terminal.


View Current Settings

Bash
1createos scale --show

Output:

  Current scale settings:

    Replicas:  1
    CPU:       200m
    Memory:    512MB

Scale Resources

Bash
1createos scale --replicas 2 --cpu 300 --memory 512

The CLI shows a before/after comparison:

           Before    After
  Replicas   1         2
  CPU        200m      300m
  Memory     512MB     512MB

  ✓ Scaling complete.

Limits

ResourceMinMax
Replicas13
CPU200m500m
Memory500MB1024MB

The CLI validates these limits before sending the request. If you need higher limits, contact support or use the Enterprise plan.


Scale Individual Resources

You can adjust one dimension at a time — the others remain unchanged:

Bash
1# Only replicas
2createos scale --replicas 3
3
4# Only CPU
5createos scale --cpu 500
6
7# Only memory
8createos scale --memory 1024

100,000+ 构建者,同一个工作空间。

获取产品更新、构建者故事,以及帮助您更快交付的新功能抢先体验。

CreateOS 是一个统一的智能工作空间,让创意从概念到上线部署无缝衔接,消除工具、基础设施和工作流之间的上下文切换,并可在 CreateOS 市场上即时实现创意变现。