Windows 10: Have some extra RAM, anything I can do to speed up my system?

Discus and support Have some extra RAM, anything I can do to speed up my system? in Windows 10 Performance & Maintenance to solve the problem; One of my i-5 SSD laptops has 16GB ram win10 64bit education version. Most of the time only about 25% of the ram is used. I wonder if I can use some of... Discussion in 'Windows 10 Performance & Maintenance' started by asusx205ta, Apr 19, 2016.

  1. Have some extra RAM, anything I can do to speed up my system?


    One of my i-5 SSD laptops has 16GB ram win10 64bit education version. Most of the time only about 25% of the ram is used. I wonder if I can use some of the ram to speed up things. In the old DOS/Atari days I would have a ram disk and copy an entire floppy to the ram disk. What can I do with the extra ram now? I have some C/C++ programs that take time to compile because besides the compiling, they are all small but numerous files.

    Any suggestions? Thanks.

    :)
     
    asusx205ta, Apr 19, 2016
    #1

  2. RAM usage on WIN10 PC

    I have 24 gig of ram and I am not a big gamer. is there anything I can use all this extra RAM for?
     
    Thomas Lawson 53, Apr 19, 2016
    #2
  3. Rohn007 Win User
    My computer isn't running as fast as I thought it would be.

    The extra RAM may help

    The extra GHZ cpu speed should provide some speed up

    But in gaming the key feature is the video card. If your old system had better video card, that could make the new system seem and maybe even actually work slower.

    It is unlikely in the extreme that the old system had a SSD drive, but if it did, and the new one did not that also would make the new one seem slower.
     
    Rohn007, Apr 19, 2016
    #3
  4. Brink
    Brink New Member

    Have some extra RAM, anything I can do to speed up my system?

    Brink, Apr 19, 2016
    #4
  5. Berton Win User
    A caveat about the work you mentioned: even though you use a Notebook/Laptop with its own battery in good condition I'd be sure to keep it plugged into AC power and preferably on a UPS [just in case] as a RAMDisk will lose all its contents if the Notebook shuts down due to loss of power just like a Desktop losing power.
     
    Berton, Apr 19, 2016
    #5
  6. you can increase virtual memory if you like


    Have some extra RAM, anything I can do to speed up my system? [​IMG]

    Have some extra RAM, anything I can do to speed up my system? [​IMG]

    Have some extra RAM, anything I can do to speed up my system? [​IMG]

    Have some extra RAM, anything I can do to speed up my system? [​IMG]

    Have some extra RAM, anything I can do to speed up my system? [​IMG]
    in the boxes in last pic need to calculate 1 and 1/2 times your ram for best performance

    thats how you increase the virtual memory its up to you
     
    gijoetech1, Apr 19, 2016
    #6
  7. With that amount of unused RAM, you could actually disable a pagefile, unless you have a software, which needs it.
     
    TairikuOkami, Apr 19, 2016
    #7
  8. lx07 Win User

    Have some extra RAM, anything I can do to speed up my system?

    I think it is improbable that you can second guess memory management. You might be REALLY smart and can figure out better use of RAM than the developers of the OS.

    Honestly though I doubt it. I'm good at math and it is beyond me. I've only once forced a specific table (currency exchange rates) into memory and even now I'm not sure it was worth it. It made a specific program about 3% faster but possibly degraded other things.

    What you didn't say is why you think your RAM is underused. Compilation is a CPU based activity not particularly memory intensive.

    What you want is your CPU to be running at 100%. If it isn't then you have a bottleneck in IO or RAM (you need to look into these separately). If it running at nearly 100% then you need to buy some more CPU and chucking money into storage (either RAM or disk) is pointless as the CPU is already dealing as fast as it can with the data sent to it.
     
  9. LMiller7 Win User
    When trying to optimize performance it is important to first determine where the bottleneck is. That is the component that is limiting the aspect of performance that is the most important to you. But what often happens is that the component that is cheapest or most convenient to replace is the one upgraded. Very often that is RAM. The problem with this approach is that you may end up spending s lot of money on something that wasn't the problem and see little improvement.

    Within reasonable limits adding more memory will always improve performance. But there will always be a point of diminishing returns beyond which there will be little gain. That point will be determined primarily by the workload. With typical workloads 8 GB RAM seems to be about right. 4 GB RAM will usually limit performance, at least some of the time. 16 GB RAM is usually overkill. Of course there are exceptions.

    Back in the early days of computing a RAMDisk was often a useful thing. But modern operating systems have a complex and sophisticated caching system that provides most of the advantages of a RAMDisk with fewer problems. RAMDisks tend to improve one aspect of performance but cost you elsewhere, usually for a net loss. If you really understand your workload you may be able to do better. I don't claim to have that knowledge.
     
    LMiller7, Apr 19, 2016
    #9
  10. I think more or less I got the 8GB->16GB upgrade because the price was right, not because I really needed it. My 8GB was never insufficient. Right, compiling code has cpu and disk bottleneck. I upgraded to ssd to make compile just slightly faster. Maybe if I start editing videos, I'll utilize more memory. The last time the page file was accessed was 2 weeks ago. I wish I knew what caused it. The reason that I thought my memory was underutilized was available memory has been 11-12GB most of the time.
     
    asusx205ta, Apr 20, 2016
    #10
  11. LMiller7 Win User
    Don't make the mistake of believing that available memory is free and unused. The resource monitor, accessible from the Performance tab of Task Manager, shows this more clearly. Typically most, or at least much, of available memory will be labeled as Standby. This memory is available to any application that needs it, but in the meantime acts as a kind of cache that contributes much to system performance. This is nothing new but has been a part of the NT platform since it was introduced in 1993. Linux and the Mac have something similar but with different names. Only memory labeled as Free is actually unused.

    Memory management in any modern OS is VERY complex and cannot be evaluated with a few simple numbers.

    Don't be concerned about pagefile usage. With a large amount of RAM this will likely be mostly writes which the system does not have to wait for and are almost free in terms of performance. This too is far more complex than might seem apparent. The pagefile does not work like most people think it does.

    Edit: If your C source code and other files are stored on an SSD it is doubtful that a RAMDisk would be of much use. An SSD is rarely going to be a performance bottleneck, particularly for a CPU intensive program like a compiler.
     
    LMiller7, Apr 20, 2016
    #11
  12. I would agree. Given that you aren't anywhere near utilizing all of your actual system memory, you won't see any benefit of increasing your virtual memory....except less disk space. Since Windows 7 came out, there hasn't been a need to alter these settings.

    Given your system specs, performance shouldn't be something you should worry about.
     
    DeaconFrost, Apr 4, 2018
    #12
Thema:

Have some extra RAM, anything I can do to speed up my system?

Loading...
  1. Have some extra RAM, anything I can do to speed up my system? - Similar Threads - extra RAM anything

  2. Why do I have an extra system volume that I didnt create?

    in Windows 10 Gaming
    Why do I have an extra system volume that I didnt create?: I have 1 disk on my laptop, i reinstalled windows 11 on it by mounting the official windows 11 iso and running setup.exe, I then installed the new windows in the old windows partition to keep a Windows.old for recovery purposes, once the install finished I saw 2 volumes on my...
  3. Why do I have an extra system volume that I didnt create?

    in Windows 10 Software and Apps
    Why do I have an extra system volume that I didnt create?: I have 1 disk on my laptop, i reinstalled windows 11 on it by mounting the official windows 11 iso and running setup.exe, I then installed the new windows in the old windows partition to keep a Windows.old for recovery purposes, once the install finished I saw 2 volumes on my...
  4. why do extra screens keep randomly popping up on the right some times having code and some...

    in Windows 10 Gaming
    why do extra screens keep randomly popping up on the right some times having code and some...: why do extra screens keep randomly popping up on the right some times having code and some times not https://answers.microsoft.com/en-us/windows/forum/all/why-do-extra-screens-keep-randomly-popping-up-on/89b80463-2783-441b-9a8e-b17ae7ea53eb
  5. why do extra screens keep randomly popping up on the right some times having code and some...

    in Windows 10 Software and Apps
    why do extra screens keep randomly popping up on the right some times having code and some...: why do extra screens keep randomly popping up on the right some times having code and some times not https://answers.microsoft.com/en-us/windows/forum/all/why-do-extra-screens-keep-randomly-popping-up-on/89b80463-2783-441b-9a8e-b17ae7ea53eb
  6. why do extra screens keep randomly popping up on the right some times having code and some...

    in Windows 10 BSOD Crashes and Debugging
    why do extra screens keep randomly popping up on the right some times having code and some...: why do extra screens keep randomly popping up on the right some times having code and some times not https://answers.microsoft.com/en-us/windows/forum/all/why-do-extra-screens-keep-randomly-popping-up-on/89b80463-2783-441b-9a8e-b17ae7ea53eb
  7. why do I have extra languages?

    in Windows 10 Software and Apps
    why do I have extra languages?: I deleted them, but they sometimes appear after restarting my laptop, I can't delete them because I don't have them in my languages list, so I need to restart my laptop again for them to disappear*** moved to english Community ***...
  8. So i have some extra power

    in Windows 10 Ask Insider
    So i have some extra power: [ATTACH] submitted by /u/TasibulHassan [link] [comments] https://www.reddit.com/r/Windows10/comments/jb5s7h/so_i_have_some_extra_power/
  9. Extra Windows - Should I do anything with it?

    in Windows 10 Support
    Extra Windows - Should I do anything with it?: I have an unusual system starting with qqqqqq. It would be nice to delete it or at least give it the correct name, but I cannot change it, and am not sure what it replaces. note the qqqq..."folder". Looking it with different browsers: Using Windows Explorer [img] and...
  10. Ram not having the proper speed.

    in Windows 10 Installation and Upgrade
    Ram not having the proper speed.: In windows 10 version 1809 OS bulid 17763.529 my ram speed is 2933 mhz but when I upgrade to the most recent OS version it went to 1467 mhz. So I went back to the original one and it goes back to 2933. I wanna know what the heck is going on?...