Changed: beefed up nextcloud's vm
This commit is contained in:
parent
c26be57863
commit
b38f37ee2e
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ locals {
|
||||||
}
|
}
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
vmid = 202
|
vmid = 202
|
||||||
cores = 3
|
cores = 4
|
||||||
memory = 4096
|
memory = 6144
|
||||||
balloon = 2048
|
balloon = 2048
|
||||||
disk = 20
|
disk = 20
|
||||||
ip = var.nextcloud_ip
|
ip = var.nextcloud_ip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue