Cong Nguyen
Cong Nguyen
I think it's just HA collect data from mqtt sensor. I tried to increase scan_interval from the default 5 to 15 and it does lower the system load a bit...
If anyone ever needing resync, you can disconnect all service in Tapiriik (it will delete your account in Tapiriik) and connect again. It will force a resync
Hi. I'm trying to process a large number of packet, mostly when the server under heavy traffic like DDOS. With only 1 core there's a lot of packet dropping. This...
I think the problem is in `internal/low/low.h` ``` if (willReceive) { rx_rings = inIndex; } else { rx_rings = 0; } ``` rx_rings is 0 and dpdk's vmxnet3 driver doesn't...
yes that is correct
> When people are saying that it isn't possible to establish waves of resources and hooks, could they be more clear what they're trying, and how it doesn't work? Because...
Do you by any chance have a WAL-E backup activated from an earlier deployment?
rm *.elc from elpa/powerline fixes the problems.
should we also have NodePort support for pooler as well since we're doing this?
you can edit py-yapf-options and add "--style .style.yapf" I think. Is this enough?