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

Memmory leak #1

Closed
michalpaukert opened this issue Jun 12, 2021 · 3 comments
Closed

Memmory leak #1

michalpaukert opened this issue Jun 12, 2021 · 3 comments

Comments

@michalpaukert
Copy link

When I try to benchmark this solution, it consumes more and more memmory with every request.
So when I tried to benchmark with apache benchmark ab -c 10 -n 1000 http://localhost:8080/
image
Memmory consumption is more than 1GB of memmory.
Could you help me with investigation what is wrong with this?

How to reproduce:

  1. Clone this repository
  2. run npm install
  3. run npm run serve
  4. benchmark with apache benchmark ab -c 10 -n 1000 http://localhost:8080/
@levchak0910
Copy link
Owner

levchak0910 commented Jun 12, 2021

Hi
Thanks for report
Sorry, currently I don't have time to investigate this problem

Problem could possibly be with global component registration or with global store

If you find a solution, please share your experience

@levchak0910
Copy link
Owner

Hi @michalpaukert
After some time 😄 I returned to work with SSR and encountered same problem on another project
The problem lies somewhere in vue itself. I have reported issue there

@levchak0910
Copy link
Owner

levchak0910 commented Jan 16, 2022

Memory leak issue was closed in vue@3.2.27

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