From 987f0774b730e288040fd960c70e1d65c9d06903 Mon Sep 17 00:00:00 2001 From: andrew-jameson Date: Fri, 29 Sep 2023 14:34:36 -0400 Subject: [PATCH] mem increase for nginx --- tdrs-frontend/manifest.buildpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrs-frontend/manifest.buildpack.yml b/tdrs-frontend/manifest.buildpack.yml index 93956849a..66591d6fd 100755 --- a/tdrs-frontend/manifest.buildpack.yml +++ b/tdrs-frontend/manifest.buildpack.yml @@ -4,7 +4,7 @@ applications: - name: tdp-frontend buildpacks: - https://github.com/cloudfoundry/nginx-buildpack.git#v1.2.6 - memory: 128M + memory: 512M instances: 1 disk_quota: 256M timeout: 180