We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92b278 commit ae41e5fCopy full SHA for ae41e5f
launcher/src/backend/ethereum-services/ErigonService.js
@@ -40,7 +40,7 @@ export class ErigonService extends NodeService {
40
"--db.pagesize=16K",
41
"--db.size.limit=8TB",
42
"--externalcl",
43
- "--prune.mode=full",
+ "--prune.mode=minimal",
44
], // command
45
[], // entrypoint
46
null, // env
0 commit comments