Hi friends, this problems is making me crazy.. all my web browsers are not working after around 12-48 hours. I know a lot about networks, and this problems is not related to it. I can ping everywhere, with or without hostname. Only the browsers is not working, even if you put there the exact ip address. Everything else have internet (email, slack, twitter-app and more). It is not possible to browse to your own internal ip's, like your router. The system itself is unresponsive. Some apps won't shutdown and hard shutdown (by holding the button) is the only solution to reboot.
I have also littlesnitch running. The apps shows that my input of an URLis reaching the server, only for my own eyes it keeps given me a loading (blank) screen ?.
I followed the trail of 'lsof'. For me also it cant load lsof in the terminal. As if there are to much files to open. I think there is something with 'file discriptor' as mention before in this thread. So I found this:
They suggest in Catalina, Apple had set the limit of open file descriptor to a very low level.
To check: type in your terminal:
Gives:
maxfiles 256 Unlimited
With this command you can increase this value (reboot, reset the value back):
- sudo launchctl limit maxfiles <soft limit> <hard limit>
I have set it to 65000 and 65000. I hope my problem will be solved.
You can also increase it permanently, but it might not necessary bc you can automate the command here above with every reboot. It makes sense that this might be the problem. Because I also keep the system in a sleep/hibernate mode for long periods and it then bounce to that low value.
Anyhow I will keep you people in line if this is the solution to the problem.