From 32d37f1d3e1b3c0c3e2ea12a74093735ef08b7f3 Mon Sep 17 00:00:00 2001
From: czen <taccessviolation@gmail.com>
Date: Sat, 31 Aug 2019 00:36:19 +0300
Subject: [PATCH] FIX: lower RAM requirements for codenvy  factory

---
 .codenvy.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.codenvy.json b/.codenvy.json
index 7362dad..c3572e6 100644
--- a/.codenvy.json
+++ b/.codenvy.json
@@ -6,7 +6,7 @@
       "machines": {
         "dev-machine": {
           "attributes": {
-            "memoryLimitBytes": "2684354560"
+            "memoryLimitBytes": "1073741823"
           },
           "servers": {},
           "agents": [
@@ -70,4 +70,4 @@
     }
   ],
   "links": []
-}
\ No newline at end of file
+}
-- 
GitLab