From 42bf4cb84cc7efce82ad8e3067ce8ecaa38b8370 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 1 Jun 2025 16:33:50 +0100 Subject: [PATCH] Increase cache size for MusicLibrary.Repo --- config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index f7c079a1..c3fec180 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -77,7 +77,7 @@ if config_env() == :prod do config :music_library, MusicLibrary.Repo, database: database_path, # 16MB * pool_size = base memory usage - cache_size: -8000, + cache_size: -32_000, pool_size: String.to_integer(System.get_env("POOL_SIZE") || "5") error_database_path =