DRAM Upgrade
Moderator: Moderators
- longbow
- Very Active Forum Member
- Posts: 3608
- Joined: Mon Mar 18, 2002 12:00 am
- Location: Noosa, Australia
- Contact:
DRAM Upgrade
Whilst editing a largish route I'm getting the occasional Out of Memory crash. I'm using a high-end-in-2015 Win10 PC, running TS2020 in 64-bit mode. Is it worth upgrading my 16GB DRAM?
-
brysonman46
- Very Active Forum Member
- Posts: 2047
- Joined: Sun Jul 21, 2013 10:30 am
- Location: Larbert Central Scotland
Re: DRAM Upgrade
On my large routes, I get the occasional OOM crash, but only when I forget to save more often. All changes are held in RAM until the next save; not just the last change, but all previous ones in order for you to "undo". This is particularly true when making track changes, and the "ribbons" and "nodes" need to be altered with each change. As you already have 16 GB, you should be OK - unless it is really old!longbow wrote:Whilst editing a largish route I'm getting the occasional Out of Memory crash. I'm using a high-end-in-2015 Win10 PC, running TS2020 in 64-bit mode. Is it worth upgrading my 16GB DRAM?
Re: DRAM Upgrade
16GB is fine, there's little improvement with more memory.longbow wrote:Whilst editing a largish route I'm getting the occasional Out of Memory crash. I'm using a high-end-in-2015 Win10 PC, running TS2020 in 64-bit mode. Is it worth upgrading my 16GB DRAM?
With the change to 64 bit Train Simulator I got exception errors, when the menu's were updated I got out of memory errors instead. The cure for me was to reduce the number of scenarios in Train Simulator.
- peterfhayes
- Very Active Forum Member
- Posts: 2155
- Joined: Mon Sep 26, 2011 5:07 am
Re: DRAM Upgrade
OOM errors have NOTHING to do with the AMOUNT of Physical RAM installed.
OOM = Access Violation = Memory Mismatch = SBHH = 0xC00000005 errors. These are SOFTWARE Errors.
They are basically due to "INVALID PAGE FAULTS" and the TS code is calling for memory (RAM) addresses that are already occupied, not valid, or not available, or were never present. It's to do with how the OS/VAS/TS20XX code interacts with the cpu/MMU and the RAM.
RAM is hardware and if you ran out of RAM (ie a Literal OOM )you would get a BSOD and the whole PC would crash and not just TS20XX.
pH
OOM = Access Violation = Memory Mismatch = SBHH = 0xC00000005 errors. These are SOFTWARE Errors.
They are basically due to "INVALID PAGE FAULTS" and the TS code is calling for memory (RAM) addresses that are already occupied, not valid, or not available, or were never present. It's to do with how the OS/VAS/TS20XX code interacts with the cpu/MMU and the RAM.
RAM is hardware and if you ran out of RAM (ie a Literal OOM )you would get a BSOD and the whole PC would crash and not just TS20XX.
pH
- longbow
- Very Active Forum Member
- Posts: 3608
- Joined: Mon Mar 18, 2002 12:00 am
- Location: Noosa, Australia
- Contact:
Re: DRAM Upgrade
Thanks for your replies. I'll skip the hardware upgrade.