Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: How to make the most of 4GB RAM?

  1. #1
    Join Date
    Apr 2011
    Location
    Cinnamon land
    Beans
    422
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    How to make the most of 4GB RAM?

    Hi
    I've just upgraded my RAM from 2 to 4 GB and I'd like to make the most of it to take some of the load off the not-so-good CPU in my laptop (Intel Celeron 900, single-core 2GHz). What are the best things to load into RAM for fast access? Or does Ubuntu do all this very well by default?
    Last edited by blackbird34; January 19th, 2013 at 12:42 PM.
    check out KDE Neon
    Dell Inspiron 5625, AMD Ryzen 7 5825U


  2. #2
    Join Date
    Jan 2009
    Location
    ::1
    Beans
    2,485

    Re: How to make the most of 4GB RAM?

    First check that your 4GB is seen by Linux:

    Code:
    free -m
    It should be above 3400 ...

    Here's my 4GB system:

    Code:
    sander@R540:~$ free -m
                 total       used       free     shared    buffers     cached
    Mem:          3753       3278        475          0         99        966
    -/+ buffers/cache:       2211       1541
    Swap:         4766        308       4458
    sander@R540:~$

  3. #3
    Join Date
    Apr 2011
    Location
    Cinnamon land
    Beans
    422
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Re: How to make the most of 4GB RAM?

    Yeah it shows up, I did a memtest on boot, and the free command says I have 3858 MB of RAM. Besides, the laptop is way faster, there's no doubt it works.
    check out KDE Neon
    Dell Inspiron 5625, AMD Ryzen 7 5825U


  4. #4
    Join Date
    Jan 2009
    Location
    ::1
    Beans
    2,485

    Re: How to make the most of 4GB RAM?

    Quote Originally Posted by blackbird34 View Post
    Yeah it shows up, I did a memtest on boot, and the free command says I have 3858 MB of RAM. Besides, the laptop is way faster, there's no doubt it works.
    So that's good. That's all you can do, I would say. Linux will take care of the rest.

  5. #5
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: How to make the most of 4GB RAM?

    Yeah, ram can't take any load off of a cpu since it has no processing power. It's just ram, it stores the instructions and data for the processor to work on.
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  6. #6
    Join Date
    Mar 2010
    Location
    London
    Beans
    924

    Re: How to make the most of 4GB RAM?

    I'd say that's pretty much it too (unless someone else knows anything). The RAM is not particularly going to take load off of the CPU per se as they do different jobs.
    - "Make me a coffee..."
    - "No"
    - "sudo make me a coffee"
    - "OK"

  7. #7
    Join Date
    Jul 2005
    Beans
    2,047

    Re: How to make the most of 4GB RAM?

    Exactly - RAM doesn't help at all if you aren't running out of it. It lets you open more windows without "swapping" to disk. The first few minutes after booting shouldn't be any different, at least in Ubuntu, until you open a lot of windows. Upgrading from 2GB to 4GB would help a Windows machine a lot more than a Linux machine, typically.

    It's not always that hard to upgrade a laptop CPU. Depends on the make/model. Some laptop CPUs are very difficult to get to and others are very easy to get to. My Dell Inspiron 1545 CPU is extremely easy to upgrade - easier than upgrading a desktop. You can get to it from the bottom of the laptop. Only about ten screws (total including the bottom panel) to remove it.

  8. #8
    Join Date
    Mar 2010
    Location
    London
    Beans
    924

    Re: How to make the most of 4GB RAM?

    I'd say that upgrading the RAM is enough for your average person to feel like they have a new machine - at least for the most part.
    - "Make me a coffee..."
    - "No"
    - "sudo make me a coffee"
    - "OK"

  9. #9
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: How to make the most of 4GB RAM?

    +1, "unused" ram get's used as a file cache, speeding things up. It just doesn't directly take any load off the cpu, (indirectly maybe, since you would be swapping less, and swapping is an additional load on the cpu) for example a 1ghz single core with 12 GB's of ram will still chug doing cpu intensive tasks, just as the most modern i7 on 1GB of ram will chug doing something memory intensive, like photo editing.

    It also allows applications to allocate more space for cache etc... Generally more ram is the cheapest, most effective upgrade you can do.
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  10. #10
    Join Date
    Jun 2011
    Location
    Las Vegas
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to make the most of 4GB RAM?

    There's one fast way to have a MAJOR impact on RAM usage:
    1) Choose a lighter distro. (Eg. lubuntu.net or http://xubuntu.org/) Of course, there's Arch, Gentoo & Slackware but those are not the types of distros in question.

Page 1 of 2 12 LastLast

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
  •