-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
memory leak #3897
Comments
I can confirm that this is still happening, albeit at 4K per request, not 100K. V 0.1.29 3b5d562 on Mac |
Weeks ago (with previous V version) I had the same behavior (memory leak) doing a test of concurrent load using the utility Apache Bench ('ab' executable, part of the Apache Web Server), and even with the load testing utility WRK (it seems more accurate); all running in Ubuntu 20.04 LTS. |
Interestingly enough, in my own code (not this example) on my home Linux machine, page reloads don't seem to change the amount of memory that I see through |
This means that the problem is with Windows and MacOS? |
No, the problem is in V, I'm fixing it. |
Hi guys and thanks for the great work you're doing on the whole language. |
I think some tests are good, but it should be fixed soon |
Memory still leaks in V 0.2.4 61b99e1. |
Fixed in 0.3 |
v run http.v
building-a-simple-web-blog-with-vweb.md
in windows10 request http://127.0.0.1:8080/ every request this, the The memory grows by 0.1 MB
this is rust request test, also you can use go,java or other lang to request this
The text was updated successfully, but these errors were encountered: