Unverified Commit 30a76b36 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

nixos/meilisearch: allow access to proc for memory limit (#442565)

parents f2e6aba3 5c43592f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -256,7 +256,9 @@ in
        LockPersonality = true;
        MemoryDenyWriteExecute = true;

        ProcSubset = "pid";
        # Meilisearch needs to determine cgroup memory limits to set its own memory limits.
        # This means this can't be set to "pid"
        ProcSubset = "all";
        ProtectProc = "invisible";

        NoNewPrivileges = true;