Skip to content
Snippets Groups Projects
Commit b6abc42a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] #978 Limit memory size to 300MB

parent 1da3a757
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ duniter() {
else
# Calls duniter JS command
$NODE "$DUNITER_DIR/bin/duniter" "$@"
$NODE --max_old_space_size=300 "$DUNITER_DIR/bin/duniter" "$@"
fi;
}
......
{
"name": "v1.2.3",
"main": "index.html",
"js-flags": "--max_old_space_size=300",
"node-main": "../sources/bin/duniter",
"window": {
"icon": "duniter.png",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment