question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

plugin oom in goland

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
vschcommented, Mar 1, 2019

@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.

0reactions
vschcommented, Jul 24, 2018

@runzexia, your help is very much appreciated.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found