Skip to content
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 problem with owncloud #27

Open
jdascenzio opened this issue Nov 3, 2015 · 1 comment
Open

Memory problem with owncloud #27

jdascenzio opened this issue Nov 3, 2015 · 1 comment

Comments

@jdascenzio
Copy link

I installed on my cubieboard 2 a debian 8 (jessie) with lighttpd and owncloud v8.1.3.
When I download a file in the owncloud interface, the memory grow abnormally. This seems appear when the download is too slow. This is seems due to the PHPZipStreamer library according to this post:
owncloud/core#15018
Do you know if there is an new workaround for this problem?
Thanks!

@McNetic
Copy link
Owner

McNetic commented Nov 4, 2015

The problem might be caused by a memory leak in lighthttpd. A similar case is discussed here: http://redmine.lighttpd.net/issues/2586. Unfortunately, the lighthttpd developers do not seem very eager to look further into the issue. Maybe we can demonstrate the use case and make them take responsibility.

You could first try with a different web server if possible. You could also try to contact the reporter of the lighthttpd issue mentioned to ask him for a simple reproducible sample, so we could try to compare to our code. I'm currently very busy (probably for the next few weeks) and might not be able to help much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants