up the number of cpus for the systems in the group. add 2GB more ram also
This commit is contained in:
parent
a3fd2875c2
commit
16ee589eee
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
# Define resources for this group of hosts here.
|
# Define resources for this group of hosts here.
|
||||||
lvm_size: 30000
|
lvm_size: 30000
|
||||||
mem_size: 6144
|
mem_size: 8192
|
||||||
num_cpus: 2
|
num_cpus: 4
|
||||||
|
|
||||||
tcp_ports: [ 80, 88, 389, 443, 464, 636 ]
|
tcp_ports: [ 80, 88, 389, 443, 464, 636 ]
|
||||||
udp_ports: [ 88, 464 ]
|
udp_ports: [ 88, 464 ]
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
# Define resources for this group of hosts here.
|
# Define resources for this group of hosts here.
|
||||||
lvm_size: 30000
|
lvm_size: 30000
|
||||||
mem_size: 6144
|
mem_size: 8192
|
||||||
num_cpus: 2
|
num_cpus: 4
|
||||||
|
|
||||||
tcp_ports: [ 80, 88, 389, 443, 464, 636 ]
|
tcp_ports: [ 80, 88, 389, 443, 464, 636 ]
|
||||||
udp_ports: [ 88, 464 ]
|
udp_ports: [ 88, 464 ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue