Am 18.11.20 um 10:13 schrieb Gargoyle:
----------------------------------------
   4903     4620  /data/Applications/java/jdk-15/bin/java -Djdk.home=/data/Applications/java/jdk-15 -classpath /data/Applications/netbeans

The first action that comes in mind is to reduce the amount of notifiers in use.

When my Android Studio runs, it opens a shitload of files for no good reason. No idea who big your list of open files in your ide is, but my actual open source files are maybe 20 max. No need to have thousands of notifiers in use for this.

And for your question: the more notifiers are running, the slower your filesystem will react: for any access the list of notfiers needs to be checked. Depending on the implementation, a rising number may have an exponential increasing impact.

For normal Desktop use, a limit of 8192  is more than enough IMHO.

best regards,
Marius
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to