Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed May 10, 2024
1 parent 7d6a52c commit 7b95dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Lodestar beacon node requires at least 8GB of heap space. While the `lodestar` s

The simplest way to achieve this is via the `NODE_OPTIONS` environment variable or by passing [`--max-old-space-size`](https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-megabytes) directly to the node binary

```
```bash
NODE_OPTIONS: --max-old-space-size=8192
```

:::

### Using Kubernetes
Expand Down

0 comments on commit 7b95dbe

Please sign in to comment.