Skip to content

Commit

Permalink
Merge pull request #395 from PrintRH/refine-sdk-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi authored Nov 9, 2024
2 parents 8bc6516 + 0120352 commit c2f5925
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/content/docs/en/sdk/guides/devnet-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ minikube config set memory 8192

Next, we start minikube.

<Aside title="Docker Memory Resource Warning">
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.
</Aside>

<TabsContent sharedStore="os" client:visible>
<Fragment slot="tab.1">macOS</Fragment>
<Fragment slot="tab.2">Ubuntu</Fragment>
Expand Down Expand Up @@ -208,7 +212,7 @@ then, set it as a env var and run: `echo $ghcr_pat | docker login ghcr.io -u [gi

1. **Bootstrap**

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

```bash
make bootstrap
Expand Down

0 comments on commit c2f5925

Please sign in to comment.