Alice Huston

Results 13 comments of Alice Huston

For reference, I've managed to get a copy of my haproxy config running with the nixos haproxy service, so the issue is isolated to docker.

> If you still encounter the issue please file an issue on HAProxy directly (https://github.com/haproxy/haproxy/issues) > > "Thread X is about to kill the process" means haproxy watchdog noticed that...

Hi, I've upgraded to the latest version and will get back in a few hours. I did discover though that the original issue I was having that was causing these...

This is what I added ```yml ulimits: nofile: soft: 1024 hard: 4096 ```

> Does it instantly ramp up to 200GB of used memory or is it slowing getting there, which would suggest a leak somewhere? > > In the first case, maybe...

> Does it instantly ramp up to 200GB of used memory or is it slowing getting there, which would suggest a leak somewhere? > > In the first case, maybe...

So I just checked (because i'm looking to do something similar). `ignore_systemd_inhibit` is on [main](https://github.com/hyprwm/hypridle/blob/cc23f97836adbba1abc8edd48169fb1f1f698c32/src/config/ConfigManager.cpp#L29) but not in the [0.1.2](https://github.com/hyprwm/hypridle/blob/7cff4581a3753154fc5b41f39a098fad49b777b1/src/config/ConfigManager.cpp#L31). So I guess we have to either run off of...

Yeah, I'm running overlayfs2 on zfs

Hi! Just adding in my own experience here, I just set this branch up on my existing flake (which I migrated from github to my self-hosted gitea instance) and it...

Hi! I opened a pr against fx-chun's fork (https://github.com/fx-chun/hydra/pull/1), I updated the plugin docs for GiteaPulls and added a GiteaRefs plugin based on the GithubRefs plugin. Evidence that its working...