I have my rlimit_files set to 65535 yet when I run lsof -c php-fpm | wc -l
I get 218k results.
How is this possible? I never noticed any big issues but I wonder if should increase it?
I even had this in my systemd already LimitNOFILE=150000, but I guess this only apply to the main pid not the children ?