NodeOps
KR

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 마켓플레이스에서 즉시 아이디어를 수익화할 수 있습니다.