plugin oom in goland
See original GitHub issueI have install this plugin in my goland.And oom happend. I analyzed the heapdump using the eclipse memory analyzer.I suspect that some plugins may be in conflict. If you need a heapdump file, I will be happy to provide it.
65 instances of "com.vladsch.idea.multimarkdown.editor.MultiMarkdownEditorKit", loaded by "com.intellij.ide.plugins.cl.PluginClassLoader @ 0x7a121d490" occupy 563,065,784 (79.98%) bytes.
Biggest instances:
com.vladsch.idea.multimarkdown.editor.MultiMarkdownEditorKit @ 0x79a0221f0 - 11,064,248 (1.57%) bytes.
com.vladsch.idea.multimarkdown.editor.MultiMarkdownEditorKit @ 0x7975dd6e0 - 11,064,240 (1.57%) bytes.
com.vladsch.idea.multimarkdown.editor.MultiMarkdownEditorKit @ 0x799591770 - 11,064,240 (1.57%) bytes.
com.vladsch.idea.multimarkdown.editor.MultiMarkdownEditorKit @ 0x79806b890 - 11,064,096 (1.57%) bytes.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
GoLand 2022.2 (222.3345.118 build) Release Notes - YouTrack
Go Build Systems Bug GO‑13179
Feature GO‑13181
Feature GO‑12754
Go Build and Run Bug GO‑13142
Read more >Essential Tips & Tricks for GoLand Users - Part 1 - 2021
GoLand has hundreds of features, from completion to inspections, automatic editing of SQL queries inside Go code, making dates ...
Read more >Any opinions on GoLand IDE by JetBrains? : r/golang - Reddit
EDIT: I'd go as far to say GoLand is the only Go IDE. VSCode is a text editor with a decent plugin that...
Read more >GoLand Reviews 2022: Details, Pricing, & Features - G2
An IDE that makes it easy to read, write, and change more than just Go code, GoLand is fully equipped to work with...
Read more >A Guide to the Go Garbage Collector
The key takeaway is that doubling GOGC will double heap memory overheads and roughly halve GC CPU cost, and vice versa. (To see...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@runzexia, with the help of #710 I found the real cause that the instances were kept alive. I completely missed the message bus connection registration.
The fix will be available in the next release which has a few bad old bugs nailed.
@runzexia, your help is very much appreciated.