-
Notifications
You must be signed in to change notification settings - Fork 7
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
There may be a memory leak #30
Comments
Can you confirm which process takes longer to execute? This is most likely because some of the built-in urls in HttpTest have relatively high latency relative to your network environment |
@cclilshy Thank you for your reply. I tried test again, and this time I found the part of test that was blocked |
I try to solve it myself first, it seems that |
I noticed that I had a number of commits today that included changes to As for the Thanks for your feedback, it is very helpful for this project, and I will pay special attention to this phenomenon happening in 'SocketTest' In addition, if you have new findings, welcome to feedback with me |
the purpose of this test is to check whether ripple can guarantee write integrity when the data is larger than the buffer, which may be related to the size of your socket buffer: Smaller buffers take longer If the final results of this test pass, you can trust ripple to work properly |
When I run
./vendor/bin/phpunit
, although the final result of test is OK, it takes30min
to run the result.There may be a memory leak ?
Here is my development environment
The text was updated successfully, but these errors were encountered: