From 598065ee00ae3422c755995dd445b7adc29a7b6d Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Sat, 14 Mar 2026 10:02:29 -0700 Subject: [PATCH] Bump VM memory to 1GB for multi-page PDF support Co-Authored-By: Claude Opus 4.6 (1M context) --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index c22763e..bc93922 100644 --- a/fly.toml +++ b/fly.toml @@ -6,7 +6,7 @@ primary_region = "sjc" dockerfile = "Dockerfile" [[vm]] - memory = "512mb" + memory = "1gb" [http_service] internal_port = 8080