RAMDISK
Posted: Thu Jul 09, 2020 4:31 am
hi,
i like to use RAMdisk for TEMP Files
https://sourceforge.net/projects/imdisk-toolkit/
now change your TEMP and TMP Folder in Environment
---
Tip : create a *.CMD (*.BAT) and include this
send a LNK to Desktop so you can easy edit Environment
---
i also redirect Cache of Firefox.
type as URL
confirm Warning and search for
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)
benefit : no Internet stuff will written to SSD / NVM -> live longer
p.s. harbour seem to use TEMP / TMP too
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:\TEMPTip : create a *.CMD (*.BAT) and include this
Code: Select all
rundll32.exe sysdm.cpl,EditEnvironmentVariables---
i also redirect Cache of Firefox.
type as URL
Code: Select all
about:configCode: Select all
browser.cache.disk.parent_directoryin CMD Box you can check it (after re-start FF)
Code: Select all
dir %temp%\cache2\entriesp.s. harbour seem to use TEMP / TMP too