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 = {
|
||||
vmid = 202
|
||||
cores = 3
|
||||
memory = 4096
|
||||
cores = 4
|
||||
memory = 6144
|
||||
balloon = 2048
|
||||
disk = 20
|
||||
ip = var.nextcloud_ip
|
||||
|
|
|
|||
Loading…
Reference in a new issue