bin/gua.ts: set LimitSTACK = infinity

This commit is contained in:
2025-07-27 15:56:40 +08:00
parent 8e489591d8
commit 637c12192e

View File

@@ -10,6 +10,7 @@ const uuid = randomUUID()
spawn("systemd-run", spawn("systemd-run",
[ [
`--working-directory=${path.resolve(process.cwd())}`, `--working-directory=${path.resolve(process.cwd())}`,
`--property=LimitSTACK=infinity`,
...systemdRunOptions({ ...systemdRunOptions({
user: true, user: true,
unit: uuid, unit: uuid,