From 91f66571bb31ee04bb9166c86858e62cf208f1ff Mon Sep 17 00:00:00 2001 From: Ralfs Date: Sat, 10 Apr 2021 01:17:13 +0300 Subject: [PATCH] Procfile mod --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 0e70e8c..e9feafb 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node build/index.js +web: node --max_old_space_size=2048 build/index.js