Linux tips: new docker error

I recently started to see this kind of error message while using docker on Manjaro :

out of memory library initialization failed - unable to allocate file descriptor table

After a bit of research I found a solution here:

https://bbs.archlinux.org/viewtopic.php?pid=2085385#p2085385

The problem is the LimitNOFILE line in the systemD service.

On my computer it was set to Infinity or something like that, by changing the value to a number as described in the post I got rid of the problem.

Related link :

https://docs.docker.com/config/daemon/systemd/

Want to react or answer to this post ?

Feel free to contact me.