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

Allocating too much memory #261

Closed
Beyarz opened this issue Aug 8, 2019 · 5 comments
Closed

Allocating too much memory #261

Beyarz opened this issue Aug 8, 2019 · 5 comments

Comments

@Beyarz
Copy link

Beyarz commented Aug 8, 2019

After installing the extension, serve-d started to allocate an impressive amount of memory within minutes. It spawned multiple processes with each allocating more and more memory.

serve-d

@Beyarz
Copy link
Author

Beyarz commented Aug 8, 2019

The screenshot was taken about one minute after launching vscode

@WebFreak001
Copy link
Member

did you press save? When saving it compiles the whole project which takes a huge amount of memory

@Beyarz
Copy link
Author

Beyarz commented Aug 8, 2019

did you press save? When saving it compiles the whole project which takes a huge amount of memory

I think that might be the issue, I have auto save on!

@WebFreak001
Copy link
Member

you can disable the code-d feature using "d.enableDubLinting": false which makes it no longer compile on save

@Beyarz
Copy link
Author

Beyarz commented Aug 8, 2019

you can disable the code-d feature using "d.enableDubLinting": false which makes it no longer compile on save

This solved it.

@Beyarz Beyarz closed this as completed Aug 8, 2019
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