NodeOps
IN

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

1,00,000+ बिल्डर। एक कार्यक्षेत्र।

उत्पाद अपडेट, बिल्डर कहानियाँ, और उन सुविधाओं तक पहले पहुँच प्राप्त करें जो आपको तेज़ी से शिप करने में मदद करती हैं।

CreateOS एक एकीकृत बुद्धिमान कार्यक्षेत्र है जहाँ विचार अवधारणा से लाइव डिप्लॉयमेंट तक सहजता से आगे बढ़ते हैं, टूल, इन्फ्रास्ट्रक्चर और वर्कफ़्लो में कॉन्टेक्स्ट-स्विचिंग को समाप्त करते हुए CreateOS मार्केटप्लेस पर तुरंत विचारों को मुद्रीकृत करने का अवसर प्रदान करता है।