Re-adjusted resource limits in CI container configuration

Change-Id: Ia64d391969ffee99d410ca18cc06b6df1bd036cd
Signed-off-by: Thomas Psota <thomas.psota@iese.fraunhofer.de>
diff --git a/Jenkinsfile_CX b/Jenkinsfile_CX
index facb4d5..b29f345 100644
--- a/Jenkinsfile_CX
+++ b/Jenkinsfile_CX
@@ -11,11 +11,11 @@
     image: postgres:latest
     resources:
       requests:
-        memory: "1Gi"
-        cpu: "0.25"
+        memory: "2Gi"
+        cpu: "0.5"
       limits:
-        memory: "1Gi"
-        cpu: "0.25"
+        memory: "2Gi"
+        cpu: "0.5"
     command: 
     - cat
     tty: true
@@ -28,11 +28,11 @@
     image: maven:latest
     resources:
       requests:
-        memory: "2Gi"
+        memory: "3Gi"
         cpu: "0.75"
       limits:
-        memory: "4Gi"
-        cpu: "2.00"
+        memory: "3Gi"
+        cpu: "0.75"
     command:
     - cat
     tty: true
@@ -43,11 +43,11 @@
     image: iesetps/basyx-ci-cpp:latest
     resources:
       requests:
-        memory: "2Gi"
+        memory: "3Gi"
         cpu: "0.75"
       limits:
-        memory: "4Gi"
-        cpu: "2.00"
+        memory: "3Gi"
+        cpu: "0.75"
     command:
     - cat
     tty: true