From a33c69757858a74e2b9e8db29ba11dfe115406f4 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 21 Sep 2023 11:52:56 -0400 Subject: [PATCH] bump importer memory limit --- bin/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start b/bin/start index aa239935..b81836b4 100755 --- a/bin/start +++ b/bin/start @@ -1,3 +1,3 @@ #!/bin/bash -exec node --max_old_space_size=6000 import.js +exec node --max_old_space_size=8000 import.js