We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 usage is a LOT better, but its still growing at a slow but steady rate.
See https://github.com/zigster64/pthread-test for a deeper dive into getting memory stats based on pthread usage
The text was updated successfully, but these errors were encountered:
So added a thread-pool branch to http.zig and building and testing again based on using a size 16 thread pool
https://github.com/zigster64/http.zig/tree/thread-pool
Lets see if we can get us a flat line for the next week then
Sorry, something went wrong.
Here is the 6 week memory graph - you can see that the last climb has a lower rate than the earlier ones ... but it still climbs :(
3 week graph - sitting on 10MB memory usage, and constant traffic
glorious !
No branches or pull requests
Memory usage is a LOT better, but its still growing at a slow but steady rate.
See https://github.com/zigster64/pthread-test for a deeper dive into getting memory stats based on pthread usage
The text was updated successfully, but these errors were encountered: