jigneshvasoya / fuse-zip

Automatically exported from code.google.com/p/fuse-zip
GNU Lesser General Public License v3.0
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

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