Skip to content

Commit

Permalink
fix(node/systemd): add --max-runtime-instances 🐛 (#5431)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasna authored Nov 19, 2024
1 parent b8c1825 commit 8f4011f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ ExecStart=/usr/bin/chainflip-node \
--state-pruning=archive \
--blocks-pruning=archive \
--unsafe-rpc-external \
--sync=full
--sync=full \
--max-runtime-instances 32

[Install]
WantedBy=multi-user.target
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ ExecStart=/usr/bin/chainflip-node \
--state-pruning=archive \
--blocks-pruning=archive \
--unsafe-rpc-external \
--sync=full
--sync=full \
--max-runtime-instances 32

[Install]
WantedBy=multi-user.target
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ ExecStart=/usr/bin/chainflip-node \
--state-pruning=archive \
--blocks-pruning=archive \
--unsafe-rpc-external \
--sync=full
--sync=full \
--max-runtime-instances 32

NoNewPrivileges=yes
CapabilityBoundingSet=
Expand Down

0 comments on commit 8f4011f

Please sign in to comment.