All of lore.kernel.org
 help / color / mirror / Atom feed
* cfuse memory leak?
@ 2011-08-09 16:26 Fyodor Ustinov
  2011-08-09 17:00 ` Fyodor Ustinov
  2011-08-10 17:44 ` Josh Durgin
  0 siblings, 2 replies; 4+ messages in thread
From: Fyodor Ustinov @ 2011-08-09 16:26 UTC (permalink / raw)
  To: ceph-devel

Hi!

root@backup-ext:/etc/pure-ftpd/conf# ps v -C cfuse
   PID TTY      STAT   TIME  MAJFL   TRS   DRS   RSS %MEM COMMAND
   916 ?        Sl    86:35  21025  2260 1514931 645632 63.1 
/usr/bin/cfuse -m 10.5.51.230 -r /clients /clients

WBR,
     Fyodor.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cfuse memory leak?
  2011-08-09 16:26 cfuse memory leak? Fyodor Ustinov
@ 2011-08-09 17:00 ` Fyodor Ustinov
  2011-08-09 17:16   ` Fyodor Ustinov
  2011-08-10 17:44 ` Josh Durgin
  1 sibling, 1 reply; 4+ messages in thread
From: Fyodor Ustinov @ 2011-08-09 17:00 UTC (permalink / raw)
  To: ceph-devel

On 08/09/2011 07:26 PM, Fyodor Ustinov wrote:
> Hi!
>
> root@backup-ext:/etc/pure-ftpd/conf# ps v -C cfuse
>   PID TTY      STAT   TIME  MAJFL   TRS   DRS   RSS %MEM COMMAND
>   916 ?        Sl    86:35  21025  2260 1514931 645632 63.1 
> /usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
>
> WBR,
>     Fyodor.
root@backup-ext:/etc/pure-ftpd/conf# ps v -C cfuse
   PID TTY      STAT   TIME  MAJFL   TRS   DRS   RSS %MEM COMMAND
   916 ?        Sl    88:22  21052  2260 1514995 633112 61.9 
/usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
   916 ?        Sl    88:33  21053  2260 1514999 631228 61.7 
/usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
   916 ?        Sl    90:16  21278  2260 1515063 623672 60.9 
/usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
   916 ?        Sl    90:52  21318  2260 1515083 620620 60.6 
/usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
   916 ?        Sl    91:56  24599  2260 1548275 652880 63.8 
/usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
   916 ?        Sl    95:20  27244  2260 1589003 659076 64.4 
/usr/bin/cfuse -m 10.5.51.230 -r /clients /clients

DRS memory more and more....

WBR,
     Fyodor

P.S. rsync from nfs to ceph in background.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cfuse memory leak?
  2011-08-09 17:00 ` Fyodor Ustinov
@ 2011-08-09 17:16   ` Fyodor Ustinov
  0 siblings, 0 replies; 4+ messages in thread
From: Fyodor Ustinov @ 2011-08-09 17:16 UTC (permalink / raw)
  To: ceph-devel

On 08/09/2011 08:00 PM, Fyodor Ustinov wrote:
> On 08/09/2011 07:26 PM, Fyodor Ustinov wrote:
>> Hi!
>>
>> root@backup-ext:/etc/pure-ftpd/conf# ps v -C cfuse
>>   PID TTY      STAT   TIME  MAJFL   TRS   DRS   RSS %MEM COMMAND
>>   916 ?        Sl    86:35  21025  2260 1514931 645632 63.1 
>> /usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
>>
>> WBR,
>>     Fyodor.
> root@backup-ext:/etc/pure-ftpd/conf# ps v -C cfuse
>   PID TTY      STAT   TIME  MAJFL   TRS   DRS   RSS %MEM COMMAND
>   916 ?        Sl    88:22  21052  2260 1514995 633112 61.9 
> /usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
>   916 ?        Sl    88:33  21053  2260 1514999 631228 61.7 
> /usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
>   916 ?        Sl    90:16  21278  2260 1515063 623672 60.9 
> /usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
>   916 ?        Sl    90:52  21318  2260 1515083 620620 60.6 
> /usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
>   916 ?        Sl    91:56  24599  2260 1548275 652880 63.8 
> /usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
>   916 ?        Sl    95:20  27244  2260 1589003 659076 64.4 
> /usr/bin/cfuse -m 10.5.51.230 -r /clients /clients
>
> DRS memory more and more....
>
> WBR,
>     Fyodor
>
> P.S. rsync from nfs to ceph in background.
>
Well. As might be expected. Evil oom_killer put things in order.

[22571.133278] Out of memory: Kill process 916 (cfuse) score 684 or 
sacrifice child
[22571.133410] Killed process 916 (cfuse) total-vm:1591300kB, 
anon-rss:658892kB, file-rss:380kB

WBR,
     Fyodor.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cfuse memory leak?
  2011-08-09 16:26 cfuse memory leak? Fyodor Ustinov
  2011-08-09 17:00 ` Fyodor Ustinov
@ 2011-08-10 17:44 ` Josh Durgin
  1 sibling, 0 replies; 4+ messages in thread
From: Josh Durgin @ 2011-08-10 17:44 UTC (permalink / raw)
  To: Fyodor Ustinov; +Cc: ceph-devel

On 08/09/2011 09:26 AM, Fyodor Ustinov wrote:
> root@backup-ext:/etc/pure-ftpd/conf# ps v -C cfuse
> PID TTY STAT TIME MAJFL TRS DRS RSS %MEM COMMAND
> 916 ? Sl 86:35 21025 2260 1514931 645632 63.1 /usr/bin/cfuse -m
> 10.5.51.230 -r /clients /clients

Is this cfuse from the 0.32 packages? We've seen cfuse use a lot memory 
when it's not compiled with tcmalloc 
(http://tracker.newdream.net/issues/373).

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-10 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 16:26 cfuse memory leak? Fyodor Ustinov
2011-08-09 17:00 ` Fyodor Ustinov
2011-08-09 17:16   ` Fyodor Ustinov
2011-08-10 17:44 ` Josh Durgin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.