Closed xinyifly closed 6 months ago
Maybe NetworkManager got into a weird state? Can you try resetting its state (or run from a live medium)?
I found that NetworkManger goes up 100% CPU usage once a program using a TUN device is running. Either I started tailscaled or Clash Meta.
Another probably related information:
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1756
connectivity: Make curl timeout callback non-repeating.
I found that this config caused the issue:
{
networking.networkmanager.extraConfig = ''
[connectivity]
uri=http://g.cn/generate_204
response=
interval=5
'';
}
Describe the bug
After upgraded to 23.11 from 23.05, the network manager process is keeping at 100% CPU usage.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
NetworkManager process should have a normal CPU usage.
Screenshots
Under 23.11
Under 23.05
Additional context
Provide that I'm using DELL XPS 13 9360
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.