diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-03-27 11:54:31 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-03-27 11:54:31 +0200 |
commit | 3641ee4b683e7c72c6a4594df42c34970cd003de (patch) | |
tree | 763b6ba0ab931fb7f7f1e82c08f0a090df636e0b | |
parent | f14b185dfe1fed4fdc951b91f3338359538c4832 (diff) |
Add debug notes and solution that seems to work
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -147,6 +147,12 @@ More debug notes: - Tinkering with the options in `ulimit -a` and `sysctl -a` is probably the right approach, but so far have not been able to make that work. +After some rubber-ducking with Björn Töpel: disable systemd-resolved, then set +a DNS resolver in /etc/resolve.conf (or mullvad app) that can handle the load. + +XXX: document this properly, and still mention the ulimit / sysctl stuff since +this will likely become a bottleneck too on certain systems and qps loads. + ## Contact - rasmus (at) rgdd (dot) se |