diff --git a/fly.toml b/fly.toml index f54fcda9814..30322bcb42f 100644 --- a/fly.toml +++ b/fly.toml @@ -5,9 +5,9 @@ primary_region = "iad" image = "electricsql/electric:1.4.13" [[vm]] -memory = "8192mb" -cpu_kind = "performance" -cpus = 4 +memory = "512mb" +cpu_kind = "shared" +cpus = 2 [env] ELECTRIC_DATABASE_USE_IPV6 = "true"