Skip to content

Commit

Permalink
set memory
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 10, 2023
1 parent 52f90c3 commit 5008489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/tpl/README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You can add NAT port between the host and the VM.
```


The default memory of the VM is 1024MB, you can use `mem` option to set the memory size:
The default memory of the VM is 6144MB, you can use `mem` option to set the memory size:

```
...
Expand All @@ -152,7 +152,7 @@ The default memory of the VM is 1024MB, you can use `mem` option to set the memo
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
mem: 2048
mem: 4096
...
```

Expand Down

0 comments on commit 5008489

Please sign in to comment.