Skip to content

Commit c2f5925

Browse files
authored
Merge pull request #395 from PrintRH/refine-sdk-doc
2 parents 8bc6516 + 0120352 commit c2f5925

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/docs/en/sdk/guides/devnet-deployment.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ minikube config set memory 8192
152152

153153
Next, we start minikube.
154154

155+
<Aside title="Docker Memory Resource Warning">
156+
You may encounter a warning indicating a memory limit of 7937MB in your Docker Desktop settings. To resolve this, simply increase the memory allocation to the suggested value.
157+
</Aside>
158+
155159
<TabsContent sharedStore="os" client:visible>
156160
<Fragment slot="tab.1">macOS</Fragment>
157161
<Fragment slot="tab.2">Ubuntu</Fragment>
@@ -208,7 +212,7 @@ then, set it as a env var and run: `echo $ghcr_pat | docker login ghcr.io -u [gi
208212

209213
1. **Bootstrap**
210214

211-
Now we'll install Helm chart dependencies, generate additional config files for our services, and create our `genesis.json` file.
215+
Now we'll install Helm chart dependencies, generate additional config files for our services, and create our `genesis.yaml` file.
212216

213217
```bash
214218
make bootstrap

0 commit comments

Comments
 (0)