From 86cb7559337e0843f3f61588af5a69c0fe030c00 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 10 Dec 2023 07:00:17 -0600 Subject: [PATCH] syntax --- systems/dalinar/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/dalinar/configuration.nix b/systems/dalinar/configuration.nix index 97a9e00..9283ea3 100644 --- a/systems/dalinar/configuration.nix +++ b/systems/dalinar/configuration.nix @@ -270,8 +270,8 @@ upload_max_filesize = "1G"; post_max_size = "1G"; memory_limit = "2G"; - opcache.memory_consumption = "256"; - opcache.jit = "1255"; + opcache.memory_consumption = 256; + opcache.jit = 1255; opcache.jit_buffer_size = "128M"; }; extraOptions = {