mfussenegger / nvim-jdtls

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

not able to change memory size for runtimes #670

Closed yimingwangdell closed 5 months ago

yimingwangdell commented 5 months ago

Problem Statement

is there a way to change -Xmx value for runtimes? we can only set name and path for now.

Ideas or possible solutions

No response

mfussenegger commented 5 months ago

See https://github.com/mfussenegger/nvim-jdtls?tab=readme-ov-file#configuration-verbose for the configuration for eclipse.jdt.ls itself.

To set the memory of applications you run via nvim-dap, there's a vmArgs property.