Skip to content

Commit

Permalink
fix(node/systemd): add --max-runtime-instances 🐛 (#5431)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8f4011f)
  • Loading branch information
ahasna authored and dandanlen committed Nov 19, 2024
1 parent 97e30d7 commit 1590f41
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 1590f41

Please sign in to comment.