Results 1 to 5 of 5

Thread: VirualBox Bogs Down Computer

Hybrid View

  1. #1
    Join Date
    May 2005
    Location
    East Texas, USA
    Beans
    427
    Distro
    Ubuntu 10.04 Lucid Lynx

    VirualBox Bogs Down Computer

    I have Hardy installed and I've noticed my computer becoming sluggish. I first notice this after installing and using VirualBox. But I'm not sure that's the culprit. When I turn it off, the computer still seems sluggish. I have a Dell Diminsion 2300, with integrated Intel 3D AGP Graphics. I don't know how much memory that device has but I imagine there's a command to find out. I have 768 mb of ram though I've ordered another 512 to bring it up to 1G, which is the max the 2300 accepts. There are no drivers installed according to the "Hardware Divers" report. The Swap partition has 1.20 GB free (16% used, currently, and 83% free. Any ideas on how I get this machined out of its sluggishness?

  2. #2
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: VirualBox Bogs Down Computer

    Quote Originally Posted by lakelovers View Post
    I have Hardy installed and I've noticed my computer becoming sluggish. I first notice this after installing and using VirualBox. But I'm not sure that's the culprit. When I turn it off, the computer still seems sluggish. I have a Dell Diminsion 2300, with integrated Intel 3D AGP Graphics. I don't know how much memory that device has but I imagine there's a command to find out. I have 768 mb of ram though I've ordered another 512 to bring it up to 1G, which is the max the 2300 accepts. There are no drivers installed according to the "Hardware Divers" report. The Swap partition has 1.20 GB free (16% used, currently, and 83% free. Any ideas on how I get this machined out of its sluggishness?
    HI and you may can check in bios to try and adjust the amount of memory shared with the graphics.

  3. #3
    Join Date
    May 2005
    Location
    East Texas, USA
    Beans
    427
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: VirualBox Bogs Down Computer

    Thanks for the suggestion. I looked at the Bios and did not find a display configration option

  4. #4
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: VirualBox Bogs Down Computer

    Run top in a terminal and see if there is an application that is using a lot of resources. If you find a program the is using a lot of resources you can stop it by running:

    Code:
    ps ax | grep "appname"
    where "appname" is the unruly application note the PID

    eg:
    Code:
    11005 pts/0    Ss     0:00 bash
    the PID is bold in this example. Then in a terminal:

    Code:
    sudo kill PID
    for more kill options type man kill in a terminal.

    Jim
    Last edited by cariboo; May 30th, 2008 at 09:16 PM.

  5. #5
    Join Date
    May 2005
    Location
    East Texas, USA
    Beans
    427
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: VirualBox Bogs Down Computer

    Thanks. . . I ran TOP. The three memory hogs are gzip, virtual box, and firefox. I don't run virtual box often. Firefox is my browser, and I don't know what gzip is doing, but I'm hesitant to stop it because I assume that would stop something else that it's working on, maybe VirualBox.

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
  •