Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua lsp using too much RAM on specific files #2715

Closed
Fesinan opened this issue Jun 18, 2024 · 1 comment
Closed

Lua lsp using too much RAM on specific files #2715

Fesinan opened this issue Jun 18, 2024 · 1 comment

Comments

@Fesinan
Copy link

Fesinan commented Jun 18, 2024

How are you using the lua-language-server?

NeoVim

Which OS are you using?

Linux

What is the issue affecting?

Other

Expected Behaviour

When i open this file, writen by me, in NeoVim

-----------------------------
--- funciones 
-----------------------------

function local vace()
	local a
	a =  io.read("n") 
	fib()
end

It should use the amount in the image (from a file not writen by me)
lspNotram1

Actual Behaviour

It's usage is this one:
lspNotram2

Reproduction steps

  1. Open that file
  2. Do nothing
  3. See the usage

Additional Notes

I found this issue #1745 with a similar problem, i thinks
NeoVim has kickstar and is version 0.10.0

Log File

No response

@tomlau10
Copy link
Contributor

I think the following reply may help you:
#2704 (comment)

@Fesinan Fesinan closed this as completed Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants