Jay Taylor's notes
back to listing indexCreate a RAM drive in Windows 10 to improve a modded instance of TES V Skyrim
[web search]How can one create a RAM disk in Windows 10 to enhance a modded TES V? I'd like to to use a ramdisk to load assets of TES V to improve performance. I have 16Gb of ram on this laptop and Windows 10 can only utilize 3.5Gb while playing Skyrim My thinking would be to to make a ramdisk of 8Gb to load essential assets, not my complete mod list, and leave 4 Gb for the OS and 4Gb for TES V Would this work?
-
-
Perhaps you should allow more then 30 minutes for somebody to answer your question? RAMDisk fully supports Windows 10, your question, isn't all that clear – Ramhound Jun 21 '16 at 1:08
-
-
That the question is on topic but currently not clear. Do not cross-post across multiple SE communities – Ramhound Jun 21 '16 at 1:10
-
I understand that Win 10 fully supports RAMDisk my question asks how and if it's even possible within the parameters I stated in my post, hence, I thought this might be better answered in the gaming community. – Todd Jun 21 '16 at 1:32
First, couple of things to consider:
- A SSD has been shown to generally provides similar loading times than a RAM drive in practice (source), even though in theory a RAM drive is faster than a SSD in theory. Also, a SSD would make other things faster, from loading DirectX and other drivers, in addition to game files themselves.
- If you make your RAM disk too large, you may prevent Windows from improving the loading times with caching data on your unused RAM.
- If you make your RAM disk too large, you may induce pagefile swapping, severely slowing things down.
- Since you won't be able to copy the entire game, it will be hard to effectively determine which files are most often used and slowing down the most.
That said, to try doing this, you can use symbolic links (junctions, for folders) to make some files or folders from you Skyrim installation point to the RAM drive locations instead.
- Create a ram drive using one of free softwares available online. Some benchmarks and prices here. I personally like ImDisk because you can create an ISO image of your RAM disk with your files for easier loading the next time.
- Copy a folder or some files, such as the HighResTexturePack**.bsa to the RAM drive
- Move those files from the Skyrim installation folder somewhere else temporarily on your HDD (to restore them later)
Open command prompt as an administrator, and create links for each files to the RAM drive location, using mklink. mklink /h for a "hard" link (so the game can't tell the difference) and /d for a folder link (junction). For example, if R is your ram disk, those examples link one file or one folder.
mklink /h C:\Skyrim\Data\BigFile01.bsa R:\BigFile01.bsa
mklink /d C:\Skyrim\Data\Textures R:\Textures
Play the game.
-
-
Since ram is volatile I think it would be essential to somehow write that data to back it up. Would you agree? – Todd Jun 21 '16 at 1:25
-
@Todd On step 3, I suggest to move the files you want to cache on your Ram Disk elsewhere on your HDD, you'll have to delete the links (in Windows Explorer) and put back the originals if you want to restore the normal state. The idea I propose is to cache only a few big data/texture files that don't get written onto so you can loose them from RAM at anytime and easily restore the normal state. If you install/remove mods, make sure to restore the state first. – mtone Jun 21 '16 at 1:28
-
Simply cause its counterintuitive "A SSD has been shown to generally provides similar loading times than a RAM drive in practice," would be nice with citations. That said, I agree that an SSD would be the smart choice simply cause overall performance would be better – Journeyman Geek♦ Jun 21 '16 at 1:35
-
2@JourneymanGeek It's hard to find semi-official sources (eg. not forums) benchmarks, but I've found one. There was one youtube video that got a faster result on HDD than SSD, obviously the windows' own caching kicked in there - not a worthy source! I've also tried it myself with Fallout 4 just for kicks and didn't notice any improvement whatsoever. Furthermore, Windows is likely going to cache the often-accessed ramdisk, thus double wasting memory. It's fun to toy with, but I doubt it's ever worth it with a SSD. At a certain point, CPU is the bottleneck. – mtone Jun 21 '16 at 1:59
Your Answer
Not the answer you're looking for? Browse other questions tagged windows-10 ramdisk or ask your own question.
asked |
2 years ago |
viewed |
19,230 times |
active |
Related
Hot Network Questions
-
Detect Perfect Pairings
-
Why use DDR instead of increasing clock speed?
-
Why did my ND filter produce washed out exposures?
-
How to recruit PhD students when industry pays so much more?
-
Borrowing money in one country to pay off debt in another
-
In the Batman TV series, was there an "up" mode for the Bat Pole?
-
Asking same flight customers if they would agree to put my knife in their checked luggage
-
Why did computers use a power supply with a socket
-
Massive Meteor Net?
-
How do I tell between compliments and 'ball' jokes while juggling?
-
How to make characters more than the words on the page?
-
Do I need to encrypt connections inside a corporate network?
-
What does a website see if I am connected on my native IP and then enable my VPN?
-
Why would mages hide their power level?
-
Which Sci-Fi work first showed romance between a human and an android?
-
How much time does Earth need to repel interstellar attack?
-
Can the inverse of this function be expressed in closed form?
-
Is "anxietizing" really not a word?
-
What time zone is used for operating an airplane?
-
Which city can be seen on this picture?
-
Planet wide seasons: Possible?
-
Why does Stormbreaker's handle stay?
-
Words with "bi-" prefix that no longer mean "two"
-
Why FIFA didn't prevent the potential cheating that may arise when the lasts of group matches are not played simultaneously?
site design / logo © 2018 Stack Exchange Inc; user contributions licensed under cc by-sa 3.0 with attribution required. rev 2018.6.27.30894