RAMDISK

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

RAMDISK

Post by AUGE_OHR »

hi,

i like to use RAMdisk for TEMP Files
https://sourceforge.net/projects/imdisk-toolkit/

now change your TEMP and TMP Folder in Environment

Code: Select all

SET TEMP=X:\TEMP
---

Tip : create a *.CMD (*.BAT) and include this

Code: Select all

rundll32.exe sysdm.cpl,EditEnvironmentVariables
send a LNK to Desktop so you can easy edit Environment

---

i also redirect Cache of Firefox.
type as URL

Code: Select all

about:config
confirm Warning and search for

Code: Select all

browser.cache.disk.parent_directory
if not exit create it and Edit it with path to TEMP Folder (on RAMdisk)

in CMD Box you can check it (after re-start FF)

Code: Select all

dir %temp%\cache2\entries
benefit : no Internet stuff will written to SSD / NVM -> live longer

p.s. harbour seem to use TEMP / TMP too
have fun
Jimmy
Post Reply