diff --git a/terraform/proxmox/plausible.tf b/terraform/proxmox/plausible.tf
index 752c947e..ac54f100 100644
--- a/terraform/proxmox/plausible.tf
+++ b/terraform/proxmox/plausible.tf
@@ -17,14 +17,14 @@ resource "proxmox_virtual_environment_vm" "Plausible" {
     
     # VM CPU Settings
     cpu {
-        cores = 2
+        cores = 3
         type  = "host"
         architecture = "x86_64"
     }
     
     # VM Memory Settings
     memory {
-        dedicated = 2048
+        dedicated = 4196
     }
 
     # VM Network Settings