bin/gua.ts: set LimitSTACK = infinity
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user