-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove memory usage logging #154
Comments
@yarikoptic Can I do this now that #118 is resolved? |
yeah, let's do that I guess since we assume it was addressed. There is no easy way to make it "optional" (compile or run time) while avoiding impact? This way we would be able to quickly turn it on to troubleshoot if it would come needed |
@yarikoptic It could be made optional at either runtime or compile time; which do you prefer? |
it is up to you since you would be the most likely "user" ;-) "runtime" sounds better to me, if doesn't entail any runtime performance hit. |
Make memory-logging optional (off by default)
As noted here, the functionality for logging memory usage before & after each request causes request processing to slow down by an order of magnitude. This functionality should be removed (or at least put behind a non-default feature) once #118 is resolved.
The text was updated successfully, but these errors were encountered: