Skip to content

Commit f079011

Browse files
authored
fix: Add correct memory value in READMEs (unikraft-cloud#211)
Reviewed-by: Alex-Andrei Cioc <[email protected]> Approved-by: Alex-Andrei Cioc <[email protected]>
2 parents 193e61f + 2471661 commit f079011

File tree

34 files changed

+91
-91
lines changed

34 files changed

+91
-91
lines changed

β€Ž.github/workflows/example-node21-nextjs-stable.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
kraft cloud deploy \
5353
--no-start \
54-
--memory 756 \
54+
--memory 768 \
5555
--name node21-nextjs-stable-${GITHUB_RUN_ID} \
5656
--runtime index.unikraft.io/official-testing/base-compat:latest \
5757
--subdomain node21-nextjs-stable-${GITHUB_RUN_ID} \

β€Ž.github/workflows/example-node21-nextjs-staging.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
kraft cloud deploy \
5353
--no-start \
54-
--memory 756 \
54+
--memory 768 \
5555
--name node21-nextjs-staging-${GITHUB_RUN_ID} \
5656
--runtime index.unikraft.io/official-staging/base-compat:latest \
5757
--subdomain node21-nextjs-staging-${GITHUB_RUN_ID} \

β€Ž.github/workflows/example-node21-remix-stable.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
kraft cloud deploy \
5353
--no-start \
54-
--memory 756 \
54+
--memory 768 \
5555
--name node21-remix-stable-${GITHUB_RUN_ID} \
5656
--runtime index.unikraft.io/official-testing/base-compat:latest \
5757
--subdomain node21-remix-stable-${GITHUB_RUN_ID} \

β€Ž.github/workflows/example-node21-remix-staging.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
kraft cloud deploy \
5353
--no-start \
54-
--memory 756 \
54+
--memory 768 \
5555
--name node21-remix-staging-${GITHUB_RUN_ID} \
5656
--runtime index.unikraft.io/official-staging/base-compat:latest \
5757
--subdomain node21-remix-staging-${GITHUB_RUN_ID} \

β€Žduckdb-go/README.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export UKC_METRO=fra
2525
When done, invoke the following command to deploy this app on Unikraft Cloud:
2626

2727
```bash
28-
kraft cloud deploy -p 443:8080 .
28+
kraft cloud deploy -p 443:8080 -M 256Mi .
2929
```
3030

3131
The output shows the instance address and other details:
@@ -39,7 +39,7 @@ The output shows the instance address and other details:
3939
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ url: https://autumn-gorilla-hg4h6sup.fra.unikraft.app
4040
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€ image: duckdb-go@sha256:6999293f8694ac00beb6a1d639fab8f96f78c2e6ecb8ccb2311539908895a699
4141
β”œβ”€β”€β”€β”€β”€ boot time: 32.12 ms
42-
β”œβ”€β”€β”€β”€β”€β”€β”€β”€ memory: 128 MiB
42+
β”œβ”€β”€β”€β”€β”€β”€β”€β”€ memory: 256 MiB
4343
β”œβ”€β”€β”€β”€β”€β”€β”€ service: autumn-gorilla-hg4h6sup
4444
β”œβ”€β”€ private fqdn: duckdb-go-qfd8x.internal
4545
β”œβ”€β”€β”€β”€ private ip: 172.16.6.2
@@ -65,7 +65,7 @@ kraft cloud instance list
6565
```
6666
```ansi
6767
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
68-
duckdb-go-qfd8x autumn-gorilla-hg4h6sup.fra.unikraft.app running 1 minute ago duckdb-go... 128 MiB 1 /server 32118us
68+
duckdb-go-qfd8x autumn-gorilla-hg4h6sup.fra.unikraft.app running 1 minute ago duckdb-go... 256 MiB 1 /server 32118us
6969
```
7070

7171
When done, you can remove the instance:

β€Žgrafana/README.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export UKC_METRO=fra
2525
When done, invoke the following command to deploy this app on Unikraft Cloud:
2626

2727
```bash
28-
kraft cloud deploy -p 443:3000 -M 1024 .
28+
kraft cloud deploy -p 443:3000 -M 2048 .
2929
```
3030

3131
The output shows the instance address and other details:
@@ -39,7 +39,7 @@ The output shows the instance address and other details:
3939
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ url: https://icy-sea-i6m5fwyk.fra.unikraft.app
4040
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€ image: grafana@sha256:484d6f98cdc321443188b8f2900035182dffdb45069f3cd087dcb6851ddff3bc
4141
β”œβ”€β”€β”€β”€β”€ boot time: 502.65 ms
42-
β”œβ”€β”€β”€β”€β”€β”€β”€β”€ memory: 1024 MiB
42+
β”œβ”€β”€β”€β”€β”€β”€β”€β”€ memory: 2048 MiB
4343
β”œβ”€β”€β”€β”€β”€β”€β”€ service: dawn-water-4jlnvgpy
4444
β”œβ”€β”€ private fqdn: grafana-mgby4.internal
4545
β”œβ”€β”€β”€β”€ private ip: 172.16.6.6
@@ -59,7 +59,7 @@ kraft cloud instance list
5959
```
6060
```ansi
6161
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
62-
grafana-sikrv icy-sea-i6m5fwyk.fra.unikraft.app running 11 minutes ago grafana@sha256:484d6f98c... 1024 MiB 1 /usr/share/grafana/bin/grafana server... 502651us
62+
grafana-sikrv icy-sea-i6m5fwyk.fra.unikraft.app running 11 minutes ago grafana@sha256:484d6f98c... 2048 MiB 1 /usr/share/grafana/bin/grafana server... 502651us
6363
```
6464

6565
When done, you can remove the instance:

β€Žhttp-c-debug/README.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ export UKC_METRO=fra
2424
When done, invoke the following command to deploy the app on Unikraft Cloud:
2525

2626
```bash
27-
kraft cloud deploy -p 443:8080/http+tls -p 2222:2222/tls -e PUBKEY="...." .
27+
kraft cloud deploy -M 256Mi -p 443:8080/http+tls -p 2222:2222/tls -e PUBKEY="...." .
2828
```
2929

3030
For extensive debug information with `strace`, add the `USE_STRACE=1` environment variable to the deploy command:
3131

3232
```bash
33-
kraft cloud deploy -p 443:8080 -p 2222:2222 -e PUBKEY="...." -e USE_STRACE=1 .
33+
kraft cloud deploy -M 256Mi -p 443:8080 -p 2222:2222 -e PUBKEY="...." -e USE_STRACE=1 .
3434
```
3535

3636
The output shows the instance address and other details:
@@ -45,7 +45,7 @@ The output shows the instance address and other details:
4545
β”œβ”€β”€β”€β”€ domain: https://patient-snow-zdzhdy8r.fra.unikraft.app
4646
β”œβ”€β”€β”€β”€β”€ image: http-c-debug@sha256:b24b95e236c8eff69615dd4f5d257beed5ee4047fd98d1b6fb200f89c63fa54c
4747
β”œβ”€ boot time: 66.56 ms
48-
β”œβ”€β”€β”€β”€ memory: 128 MiB
48+
β”œβ”€β”€β”€β”€ memory: 256 MiB
4949
β”œβ”€β”€β”€ service: patient-snow-zdzhdy8r
5050
β”œ private ip: 10.0.0.109
5151
└────── args: /usr/bin/wrapper.sh
@@ -86,7 +86,7 @@ kraft cloud instance list
8686

8787
```ansi
8888
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
89-
http-c-debug-5pvem patient-snow-zdzhdy8r.fra.unikraft.app running since 4mins http-c-debug@sha256:b2... 128 MiB 1 /usr/bin/wrapper.sh 66.56 ms
89+
http-c-debug-5pvem patient-snow-zdzhdy8r.fra.unikraft.app running since 4mins http-c-debug@sha256:b2... 256 MiB 1 /usr/bin/wrapper.sh 66.56 ms
9090
```
9191

9292
When done, you can remove the instance:

β€Žhttp-c/README.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export UKC_METRO=fra
2424
When done, invoke the following command to deploy the app on Unikraft Cloud:
2525

2626
```bash
27-
kraft cloud deploy -p 443:8080 .
27+
kraft cloud deploy -M 256 -p 443:8080 .
2828
```
2929

3030
The output shows the instance address and other details:
@@ -39,7 +39,7 @@ The output shows the instance address and other details:
3939
β”œβ”€β”€β”€β”€ domain: https://still-resonance-bja3lste.fra.unikraft.app
4040
β”œβ”€β”€β”€β”€β”€ image: http-c@sha256:375677bf052f14c18ca79c86d2f47a68f3ea5f8636bcd8830753a254f0e06c1b
4141
β”œβ”€ boot time: 13.29 ms
42-
β”œβ”€β”€β”€β”€ memory: 128 MiB
42+
β”œβ”€β”€β”€β”€ memory: 256 MiB
4343
β”œβ”€β”€β”€ service: still-resonance-bja3lste
4444
β”œ private ip: 10.0.0.49
4545
└────── args: /http_server
@@ -66,7 +66,7 @@ kraft cloud instance list
6666

6767
```ansi
6868
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
69-
http-c-is2s9 still-resonance-bja3lste.fra.unikraft.app standby standby http-c@sha256:375677bf052f14c18ca79c8... 128 MiB 1 /http_server 12.91 ms
69+
http-c-is2s9 still-resonance-bja3lste.fra.unikraft.app standby standby http-c@sha256:375677bf052f14c18ca79c8... 256 MiB 1 /http_server 12.91 ms
7070
```
7171

7272
When done, you can remove the instance:

β€Žhttp-cpp-boost/README.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export UKC_METRO=fra
2424
When done, invoke the following command to deploy this app on Unikraft Cloud:
2525

2626
```bash
27-
kraft cloud deploy -p 443:8080 .
27+
kraft cloud deploy -M 256 -p 443:8080 .
2828
```
2929

3030
The output shows the instance address and other details:
@@ -38,7 +38,7 @@ The output shows the instance address and other details:
3838
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ url: https://red-snow-3bn7bzc8.fra.unikraft.app
3939
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€ image: http-cpp-boost@sha256:61cf86b89fed46351af53689e27189315e466576475f61c7240bf17644613489
4040
β”œβ”€β”€β”€β”€β”€ boot time: 15.00 ms
41-
β”œβ”€β”€β”€β”€β”€β”€β”€β”€ memory: 128 MiB
41+
β”œβ”€β”€β”€β”€β”€β”€β”€β”€ memory: 256 MiB
4242
β”œβ”€β”€β”€β”€β”€β”€β”€ service: red-snow-3bn7bzc8
4343
β”œβ”€β”€ private fqdn: http-cpp-boost-rae7s.internal
4444
β”œβ”€β”€β”€β”€ private ip: 172.16.6.4
@@ -64,7 +64,7 @@ kraft cloud instance list
6464
```
6565
```ansi
6666
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
67-
http-cpp-boost-rae7s red-snow-3bn7bzc8.fra.unikraft.app running 1 minute ago http-cpp-boost@sha256:61cf86b89fed46351af53689e27189315e... 128 MiB 1 /http_server 15000us
67+
http-cpp-boost-rae7s red-snow-3bn7bzc8.fra.unikraft.app running 1 minute ago http-cpp-boost@sha256:61cf86b89fed46351af53689e27189315e... 256 MiB 1 /http_server 15000us
6868
```
6969

7070
When done, you can remove the instance:

β€Žhttp-cpp/README.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export UKC_METRO=fra
2424
When done, invoke the following command to deploy this app on Unikraft Cloud:
2525

2626
```bash
27-
kraft cloud deploy -p 443:8080 .
27+
kraft cloud deploy -M 256 -p 443:8080 .
2828
```
2929

3030
The output shows the instance address and other details:
@@ -38,7 +38,7 @@ The output shows the instance address and other details:
3838
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ url: https://throbbing-wave-grxjih4t.fra.unikraft.app
3939
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€ image: http-cpp@sha256:a58873987104b52c13b79168a2e2f1a81876ba6efacd6dbc98e996afe5c09699
4040
β”œβ”€β”€β”€β”€β”€ boot time: 15.61 ms
41-
β”œβ”€β”€β”€β”€β”€β”€β”€β”€ memory: 128 MiB
41+
β”œβ”€β”€β”€β”€β”€β”€β”€β”€ memory: 256 MiB
4242
β”œβ”€β”€β”€β”€β”€β”€β”€ service: throbbing-wave-grxjih4t
4343
β”œβ”€β”€ private fqdn: http-cpp-jzbuo.internal
4444
β”œβ”€β”€β”€β”€ private ip: 172.16.6.5
@@ -64,7 +64,7 @@ kraft cloud instance list
6464
```
6565
```ansi
6666
NAME FQDN STATE STATUS IMAGE MEMORY VCPUS ARGS BOOT TIME
67-
http-cpp-jzbuo throbbing-wave-grxjih4t.fra.unikraft.app running 1 minute ago http-cpp@sha256:a58873987104b52c13b79168a2e2f1a81876ba6efac... 128 MiB 1 /http_server 15614us
67+
http-cpp-jzbuo throbbing-wave-grxjih4t.fra.unikraft.app running 1 minute ago http-cpp@sha256:a58873987104b52c13b79168a2e2f1a81876ba6efac... 256 MiB 1 /http_server 15614us
6868
```
6969

7070
When done, you can remove the instance:

0 commit comments

Comments
Β (0)