Skip to content

Commit bf42ab2

Browse files
committedDec 7, 2024
more resources plausible
1 parent 81af82d commit bf42ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎terraform/proxmox/plausible.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ resource "proxmox_virtual_environment_vm" "Plausible" {
1717

1818
# VM CPU Settings
1919
cpu {
20-
cores = 2
20+
cores = 3
2121
type = "host"
2222
architecture = "x86_64"
2323
}
2424

2525
# VM Memory Settings
2626
memory {
27-
dedicated = 2048
27+
dedicated = 4196
2828
}
2929

3030
# VM Network Settings

0 commit comments

Comments
 (0)
Please sign in to comment.