Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: gvfsd-metadata hogging 100% cpu!!!

  1. #11
    Join Date
    Nov 2006
    Location
    Vienna
    Beans
    36
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: gvfsd-metadata hogging 100% cpu!!!

    Quote Originally Posted by alecz20 View Post
    I ran into the same issue a few times lately.

    I had over 160 GB of free space, so I don't think that was an issue.
    However, I was attempting to move about 50,000 text files from an external disk to a folder on the internal disk.

    When trying to do this... nautilus became sluggish, and I was unable to open any more folders.

    However, other programs ran fine (4 core CPU).

    Your solution seemed to fix the problem at least temporarily.
    Indeed, file space seems NOT to be the issue, I had > 380 Gigs free, but was attempting to move 90,000+ files.

    Nice fix, worked like a charm.
    _why: When you don't create things, you become defined by your tastes rather than ability. Your tastes only narrow and exclude people. So create.

  2. #12
    Join Date
    May 2010
    Beans
    22

    Re: gvfsd-metadata hogging 100% cpu!!!

    I had a similar problem per my post here:

    http://ubuntuforums.org/showthread.p...4#post10658684

    ...and this fix seems to work. Thanks!

  3. #13
    Join Date
    Dec 2009
    Beans
    Hidden!

    Re: gvfsd-metadata hogging 100% cpu!!!

    it's good practice to not fill more than 85% of your harddrive. external harddrives are cheap.

  4. #14
    Join Date
    Apr 2008
    Location
    Sessrumnir
    Beans
    440
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: gvfsd-metadata hogging 100% cpu!!!

    Well done that man!

    This issue only became an issue in the past couple of days for me. Just out of curiosity I googled the gvfsd-metadata which I could see in 'top' and here I am!

    As with several of you here I to was moving large quantities of data. In my case 9,525 images I was rescuing from a slide show DVD for a friend which I then had to go through to select 1 in 22 frames to get 418 single photos.

    All this was dragging along because of the same issue. Fix applied and things are running at maximum efficiency as usual. I love Linux! possibly only second to this forum

    regards

    Fenris
    "Windows Vista Sir?"
    "No thanks, I'd rather shove wasps up my nostrils!"

  5. #15
    Join Date
    May 2009
    Location
    Central Scotland
    Beans
    5
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: gvfsd-metadata hogging 100% cpu!!!

    I've just stumbled on this problem too. (O/S upgraded to 11.11, not clean install)

    My issues started when moving large numbers of files (20,000 xml files), 30 Gig partition, 70% free.

    The gvfsd-metadata process ran for adout 30 minutes ... but it did finish.

    I'm a bit wary of killing off a process when it is running, just in case it does bad things to my filing system. I don't want to do anything that will cause even bigger problems later.

    Has anyone had any knock on problems after using this?
    Code:
    rm -rf ~/.local/share/gvfs-metadata
    Can anyone tell me what gvfsd-metadata does?

    [edit]
    Are there similar problems using scripts to move files or is it just a graphical interface thing?
    [/edit]

    R.
    Last edited by Ruaridh; January 29th, 2012 at 10:13 AM. Reason: Follow up question.

  6. #16
    Join Date
    Jun 2007
    Location
    Minneapolis, MN
    Beans
    749
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: gvfsd-metadata hogging 100% cpu!!!

    I had this problem a while back, over a year ago.

    Code:
    rm -rf /home/jack/.local/share/gvfs-metadata
    pkill gvfsd-metadata
    Solved the problem and it has not happened again.
    And it does not seem to have caused any further problems.
    Moderation in all things; including moderation.

  7. #17
    Join Date
    Dec 2009
    Location
    Pune,India
    Beans
    57
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: gvfsd-metadata hogging 100% cpu!!!

    Quote Originally Posted by vjkeito View Post
    I can happily confirm that the above fix does indeed rectify this issue. Hopefully this will at some point help others who come across this problem get their system running tip-top again.

    The code to issue the fix is as follows:

    Code:
    rm -rf ~/.local/share/gvfs-metadata
    Thank you vjkeito,this worked.

    Just installed 12.04 and had this problem of gvfs-metadata consuming all the CPU.I don't know the root of the problem but it might be because I installed 12.04 over 10.04(caelinux2011) and kept the '/home' same and in the process I had to delete many previous config folders in /home like '.gnome2' , '.wine' .
    Now everything is working even smoother than a bearing

    Thanks again.

  8. #18
    Join Date
    Jun 2010
    Location
    Italy
    Beans
    67
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: gvfsd-metadata hogging 100% cpu!!!

    Same problem. (but only 96% of CPU for me)

    I was copying files to an external disk. I think the trash demon was still emptying the disk at the time.

    File transfer to the disk slowed to a crawl, but the rest of the system was responsive as normal.

    I killed gvfsd-metadata with system monitor, and used your code. The progress bar suddenly accelerated in a very comical way. Thanks
    My site - for my role-playing games, spaceships and stuff like that.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •