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

fuse-zip consumes over 500 megabytes of RAM when writing 600MB of data #17

Open
GoogleCodeExporter opened this issue Apr 11, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

As reported in issue #7 (http://code.google.com/p/fuse-zip/issues/detail?id=7):

> $ mkdir test
> $ ./fuse-zip test.zip test
> $ tar xjf /var/tmp/emerge-webrsync/portage-20080627.tar.bz2 -C test
> $ top -p 7053
>   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND      
>                                      
>  7053 daraku    20   0  534m 520m  812 S  0.0 51.9   0:44.86 fuse-zip

...

> > The second problem of this issue is a memory usage. Because I'm trying
to save about 600MB of data to fuse-zip file system and file system doesn't
save data on-line, so all 600MB stored into memory :( Shall I open a new
issue for fuse-zip, or this is issue of libzip/fuse?

> I know about this issue.


Original issue reported on code.google.com by Tyson.Cl...@gmail.com on 10 Mar 2009 at 10:44

@GoogleCodeExporter
Copy link
Author

Original comment by alexander.galanin on 11 Mar 2009 at 5:23

  • Added labels: Type-Enhancement

@GoogleCodeExporter
Copy link
Author

Original comment by alexander.galanin on 10 Oct 2012 at 1:08

  • Added labels: Milestone-Future

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

No branches or pull requests

1 participant