Sublime Forum

Sublime Text 3 build 3114 memory leak

#1

Hi!
Sublime Text after one night:

0 Likes

#2

Any of your plugins causing havoc? I have seen this issue before in the forums, and if my memory serves me right it has always been plug in issues.

0 Likes

#3

Pugins are run in the plugin_host process, although a plugin can still cause ST to allocate lots of memory, e.g. through performing many actions rapidly and extending the undo stack.

0 Likes

#4

The day before I’ve downloaded the newer (3114) version and installed it. Memory leak had happed the next day. During that period I didn’t installed any new plugins. List of already installed plugins is:

  • ANTLR syntax highlight v2015.01.05.08.51.51
  • EditorConfig v2016.02.11.17.29.49
  • ESLint v2.1.1
  • Javascript Beautify v2016.01.13.10.41.09
  • JavaScript Ultimate v.2.2.6
  • Origami v2015.12.17.01.43.26
  • Package Control v3.1.2
  • SideBarEnhancements v2016.03.18.06.57
  • SublimeLinter v.3.7.4

I’ve never had such an issue (mem leak) with sublime before. So at the moment I’ve downgraded to 3104 version
Hope this could help, thanks!

0 Likes

#5

If you can not reproduce without third party packages installed, it won’t be of much help.

Try disabling the linters, Oragami and SidebarEnhancements to see if that helps.

0 Likes