-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
server-side memory leak #535
Comments
2014-03-17 04:28:00: onlyjob commented
|
True, but I suspect that the webp library may well be leaking when encoding as well as decoding.
The reason why I suspect
So, it would be interesting to see if the leak still occurs when using an encoding we know for sure does not leak: |
2014-03-17 05:17:37: onlyjob commented
|
It's still worth deleting all the other codecs to ensure that only RGB can be used. More and more the code is using the chosen encoding only as a hint and will switch to other encodings as appropriate (though in theory, RGB is probably the only one that should be honoured at all times...). Can you post the output of: |
2014-03-28 16:26:36: jamie commented
|
2014-03-28 16:34:24: jamie uploaded file
|
2014-03-28 16:35:16: jamie uploaded file
|
2014-03-28 16:46:41: jamie commented
|
2014-03-29 01:39:13: totaam commented
|
2014-03-31 02:15:49: jamie uploaded file
|
2014-03-31 02:16:48: jamie commented
|
2014-03-31 03:49:58: jamie commented
|
2014-04-03 14:36:58: totaam commented
|
2014-04-03 15:22:54: totaam commented
|
2014-04-04 06:08:30: totaam commented
|
2014-04-04 13:59:11: totaam uploaded file
|
2014-04-04 14:17:00: totaam commented
|
2014-04-04 14:35:54: onlyjob commented
|
2014-04-04 15:37:55: totaam commented
|
2014-04-04 15:52:01: jamie commented
|
2014-04-04 15:58:49: jamie uploaded file
|
2014-04-04 15:59:41: jamie commented
|
2014-04-05 02:19:54: totaam commented
|
2014-04-05 06:50:32: totaam commented
|
2014-04-05 10:40:05: totaam uploaded file
|
2014-04-07 06:10:04: totaam commented
|
2014-04-07 14:21:04: jamie commented
|
2014-04-07 14:37:38: onlyjob commented
|
2014-04-07 14:42:28: totaam commented
|
2014-04-07 15:18:07: jamie commented
|
2014-04-08 04:42:15: totaam commented
|
2014-04-08 15:15:27: jamie commented
|
2014-07-20 03:14:22: onlyjob commented
|
Issue migrated from trac ticket # 535
component: server | priority: major | resolution: fixed
2014-03-17 03:46:53: onlyjob created the issue
The text was updated successfully, but these errors were encountered: