From 7064610745a31687ddceb52292ed9cd4821059cf Mon Sep 17 00:00:00 2001 From: Chris Nesbitt-Smith Date: Tue, 21 Jan 2025 13:14:25 +0000 Subject: [PATCH] increase octoprint memory --- octoprint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint.go b/octoprint.go index a8d088f..f1c116c 100644 --- a/octoprint.go +++ b/octoprint.go @@ -12,7 +12,7 @@ import ( ) const ( - maxMemory = 64 << 20 // 64MB + maxMemory = 256 << 20 // 256MB ) var (