ShyykoSerhiy / gfm-plugin

Github flavored markdown plugin for intellij idea.
https://plugins.jetbrains.com/plugin/7701
MIT License
88 stars 16 forks source link

jxbrowser opens too many files #142

Open vjpr opened 5 years ago

vjpr commented 5 years ago

When using jxbrowser as the rendering engine...

sudo lsof -n | cut -f1 -d' ' | uniq -c | sort | tail

 373 Google
 401 Dropbox
 423 Google
 560 Sourcetre
 844 Google
 995 datagrip
1000 Google
1012 idea
1402 Dock
1594 jxbrowser

jxbrowser is using the most number of open files.

There is a leak somewhere.

NOTE: I have 6 windows open in IntelliJ.