One of my programs constantly fails to start when launched in Linux
and during operation gives an error:
ed Feb 1 17:34:45 2022 (16828): Thread are EXIT.
ed Feb 1 17:36:59 2022 (3365): Connection Accepted.
ed Feb 1 17:36:59 2022 (16854): New Thread are launched.
ed Feb 1 17:36:59 2022 (3365): Main thread Exiting becouse: Too many open files
and all the programs crash(((((((
how do I fix this?
Check that there is no file write error, for example a log file, for instance the maximum size for the given file system
yes indeed the program could not write data to the log file because it was full, the maximum file size for this file system in Linux had been reached
Comments