From 94b5a3841fe1f3f3b8a67bb0e2fa8016d80615ac Mon Sep 17 00:00:00 2001 From: Sarah Schneider Date: Wed, 26 May 2021 15:43:45 -0400 Subject: [PATCH] bump dyno size for performance testing --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 337eb269eb..881f9bf229 100644 --- a/app.json +++ b/app.json @@ -12,7 +12,7 @@ "formation": { "web": { "quantity": 1, - "size": "standard-2x" + "size": "performance-l" } } }