diff --git a/ansible/roles/apps/templates/settings/nextcloud.yaml b/ansible/roles/apps/templates/settings/nextcloud.yaml
index ebe17cb40f1a0c1138a0ced49363232f35dc6c12..5abe6c3c0414cdca7376b0ea3096cf298f70781b 100644
--- a/ansible/roles/apps/templates/settings/nextcloud.yaml
+++ b/ansible/roles/apps/templates/settings/nextcloud.yaml
@@ -78,7 +78,7 @@ nextcloud:
 
   resources:
     limits:
-      cpu: 100m
+      cpu: 300m
       memory: 360Mi
     requests:
       cpu: 30m
@@ -99,10 +99,10 @@ nextcloud:
         existingClaim: "nextcloud-mariadb"
       resources:
         limits:
-          cpu: 20m
+          cpu: 80m
           memory: 512Mi
         requests:
-          cpu: 10m
+          cpu: 20m
           memory: 256Mi
     replication:
       enabled: false
@@ -115,7 +115,7 @@ setupApps:
 onlyoffice:
   resources:
     limits:
-      cpu: 80m
+      cpu: 200m
       memory: 1536Mi
     requests:
       cpu: 20m
@@ -140,10 +140,10 @@ postgresql:
   postgresqlPassword: "{{ onlyoffice_postgresql_password }}"
   resources:
     limits:
-      cpu: 50m
+      cpu: 100m
       memory: 64Mi
     requests:
-      cpu: 10m
+      cpu: 20m
       memory: 32Mi
 
 rabbitmq:
@@ -153,7 +153,7 @@ rabbitmq:
     enabled: false
   resources:
     limits:
-      cpu: 100m
+      cpu: 300m
       memory: 256Mi
     requests:
       cpu: 30m
@@ -167,10 +167,10 @@ redis:
       enabled: false
     resources:
       limits:
-        cpu: 20m
+        cpu: 100m
         memory: 64Mi
       requests:
-        cpu: 10m
+        cpu: 20m
         memory: 32Mi
 
 sociallogin:
diff --git a/ansible/roles/apps/templates/settings/rocketchat.yaml b/ansible/roles/apps/templates/settings/rocketchat.yaml
index 066040d45afe1c7c4ab7ad12e552dba48bf6bed4..2c8d3a9be72a57dc7aa876a7117a5707c60c6478 100644
--- a/ansible/roles/apps/templates/settings/rocketchat.yaml
+++ b/ansible/roles/apps/templates/settings/rocketchat.yaml
@@ -90,10 +90,10 @@ podAnnotations:
 
 resources:
   limits:
-    cpu: 80m
+    cpu: 600m
     memory: 1024Mi
   requests:
-    cpu: 20m
+    cpu: 60m
     memory: 512Mi
 
 mongodb:
@@ -107,7 +107,7 @@ mongodb:
     size: 2Gi
   resources:
     limits:
-      cpu: 80m
+      cpu: 40m
       memory: 1024Mi
     requests:
       cpu: 20m