I can confirm this on Ubuntu 12.10 64-bit, Files 3.6.3

After opening and closing nautilus the memory keeps rising.

I modified a script I found online to open and close nautilus, log the
mem, and then graph it using:

#!/bin/bash
rm /tmp/mem.log
for (( c=1; c<=100; c++ ))
do
        nautilus
        sleep 2
        wmctrl -c Home
        sleep 1
        ps -C nautilus -o pid=,rss= >> /tmp/mem.log
        clear
        echo "$c/100..."
done
echo "Plotting..."
gnuplot gnuplot.script
echo "Done"

I hope my test isn't invalid.


** Attachment added: "mem-graph.png"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1090770/+attachment/3533741/+files/mem-graph.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1090770

Title:
  file browsing causes memory leaks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1090770/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to