Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Consume huge memory #21

Closed
avence12 opened this issue Dec 20, 2018 · 3 comments
Closed

Consume huge memory #21

avence12 opened this issue Dec 20, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@avence12
Copy link

Using f2b7265 with VS code and find bingo takes lots of memory by time.

After 30 mins of coding, it takes more than 3GB memory.
image

@anjmao
Copy link

anjmao commented Dec 20, 2018

As I can see most of the memory is consumed by std go packages

image

@saibing saibing self-assigned this Dec 23, 2018
@saibing saibing added the enhancement New feature or request label Dec 23, 2018
@saibing
Copy link
Owner

saibing commented Dec 23, 2018

@avence12

have improved the performance of auto-completion, please download the latest version bingo to try it out.

please enable follow flag in vscode:

"go.languageServerFlags": ["--disable-diagnostics"],

@avence12
Copy link
Author

@saibing
The memory consumption remains ~400MB after couples of hours usage. The autocomplete response time decreased parently. Thanks for prompt supporting!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants