Andrew Hahn
Andrew Hahn
Here's a quick [PR](https://github.com/valkey-io/valkey/pull/924) >which can be run before committing. Was unsure here if you were referring to an automated process like [hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) that run on the staged files so...
We should definitely stick to what works, I'll close out the PR in favor of `git clang-format`
Closed in favor of [`git clang-format`](https://github.com/valkey-io/valkey/issues/566#issuecomment-2298094251)
Could we use `memory.swap.max` for limiting swap usage and `memory.min` for locking from [memory cgroups](https://docs.kernel.org/admin-guide/cgroup-v2.html) instead? We'd use `MemorySwapMax` and `MemoryMin` [systemd's resource controller](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html) to configure cgroups in vk's [existing...
I had a similar issue but my terminal would just crash, and sourcing it only as an interactive shell didn't work for me. Sourcing it as a prompt command fixed...