Skip to content

Commit c680b4a

Browse files
committed
chore: fix reference to Heap memory limt in FAQs
1 parent 2f9275e commit c680b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/cmds/beacon/handler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export async function beaconHandler(args: BeaconArgs & GlobalArgs): Promise<void
3939
const heapSizeLimit = getHeapStatistics().heap_size_limit;
4040
if (heapSizeLimit < EIGHT_GB) {
4141
logger.warn(
42-
`Node.js heap size limit is too low, consider increasing it to at least ${EIGHT_GB}. See https://chainsafe.github.io/lodestar/faqs#running-a-node for more details.`
42+
`Node.js heap size limit is too low, consider increasing it to at least ${EIGHT_GB}. See https://chainsafe.github.io/lodestar/faqs/#running-a-beacon-node for more details.`
4343
);
4444
}
4545

0 commit comments

Comments
 (0)