Results 1 to 3 of 3

Thread: virtual ram

  1. #1
    Join Date
    Mar 2006
    Beans
    369

    virtual ram

    I know how to set/create virtual RAM in windows hows it done in ubuntu?

    lex1
    Ubuntu on virtual machine on host Lion 10.7.4
    hacktosh i7 3.4 cpu 8gigs ram asus maximus IV gene-z mb

  2. #2
    Join Date
    Apr 2007
    Location
    Munich, Germany
    Beans
    1,578
    Distro
    Ubuntu

    Re: virtual ram

    "virtual RAM" is what the swap partition is used for that was set up when you install Ubuntu, you can however skip the partition and create a "swap file" afterwards, much like what Windows does.

  3. #3
    Join Date
    Mar 2005
    Location
    Sydney, Australia
    Beans
    115
    Distro
    Ubuntu Development Release

    Re: virtual ram

    I linux it's called "swap" usually when you install Ubuntu you will be prompted to create some. It is not absolutely necessary depending on how much physical ram you have and what you are using the machine for but it is generally recommended to create swap at least as much as your physical.

    To check to see if you already have swap setup goto
    Applications -> Accessories -> Terminal

    type in the terminal
    > swapon -s

    if it returns something like /dev/hd* or /dev/sd* in the filename column then you have virtual ram setup.

    You can check out: http://ubuntuforums.org/showthread.php?t=89782 for some more discussion on adding swap.


    I would advice to set the swap up at install time and then basically leave it as is. Only add more if you are maxing it out.

    Good luck

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
  •