Skip to content

Commit

Permalink
fix(#3165): increase E2E env resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Sep 6, 2022
1 parent a7a5be6 commit 3e88bba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions provisioning/environments/end_to_end_environment.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
centos-manager:
os: centos
roles: [manager, indexer, filebeat]
resources:
cpu: 4
memory: 8192

ubuntu-agent:
os: ubuntu
roles: [agent]
manager: centos-manager
resources:
cpu: 2
memory: 4096

centos-agent:
os: centos
Expand All @@ -16,3 +22,6 @@ windows-agent:
os: windows
roles: [agent]
manager: centos-manager
resources:
cpu: 2
memory: 4096

0 comments on commit 3e88bba

Please sign in to comment.