Skip to content

Commit

Permalink
try to speed up reindexing
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Mar 15, 2024
1 parent 4dd4ae8 commit 63cdc48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/enterprise-integration-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ share:
alfresco-search:
resources:
requests:
cpu: "0.01"
cpu: "0.25"
memory: "512Mi"
limits:
cpu: "2"
Expand All @@ -48,7 +48,7 @@ elasticsearch:
alfresco-search-enterprise:
resources:
requests:
cpu: "0.01"
cpu: "0.1"
memory: "128Mi"
limits:
cpu: "1"
Expand Down Expand Up @@ -127,8 +127,8 @@ postgresql:
primary:
resources:
requests:
cpu: "0.25"
memory: "512Mi"
cpu: "0.5"
memory: "1Gi"
limits:
cpu: "2"
memory: "1Gi"
Expand All @@ -153,7 +153,7 @@ alfresco-sync-service:
activemq:
resources:
requests:
cpu: "0.01"
cpu: "0.1"
memory: "512Mi"
alfresco-digital-workspace:
resources:
Expand Down

0 comments on commit 63cdc48

Please sign in to comment.