mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
1.05k stars 61 forks source link

Fix mem example config in README #454

Closed mikehaertl closed 1 year ago

mikehaertl commented 1 year ago

The official examples on eclipse.jdt.ls all use -Xmx1G (max 1GB):

Not sure why this was changed to -Xms1G (min 1GB). Changing this reduced the memory footprint from > 1GB to ~350MB for me.