From 86ceca4bead66de305a92ab51ffc87c0beeec6f1 Mon Sep 17 00:00:00 2001 From: Zutatensuppe Date: Sat, 5 Jun 2021 23:11:55 +0200 Subject: [PATCH] max old space when running ts --- scripts/ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ts b/scripts/ts index 176a61c..a0d512d 100755 --- a/scripts/ts +++ b/scripts/ts @@ -1,3 +1,3 @@ #!/bin/sh -e -node --experimental-specifier-resolution=node --loader ts-node/esm $@ +node --max-old-space-size=64 --experimental-specifier-resolution=node --loader ts-node/esm $@