Hi guys!
I really like your Cache Relocator, it really makes managing app's cache a lot easier. Can you please add Vivaldi browser support? I stumble on it quite often.
Cheers!
Peter
SoftPerfect RAM Disk
How to move Vivaldi cache to RAM disk
Started by Peter
Peter
How to move Vivaldi cache to RAM disk 13 April 2023, 10:41 |
|
Re: How to move Vivaldi cache to RAM disk 13 April 2023, 10:53 |
Admin Registered: 11 years ago Posts: 1 014 |
Peter
Re: How to move Vivaldi cache to RAM disk 13 April 2023, 10:56 |
|
Re: How to move Vivaldi cache to RAM disk 13 April 2023, 11:22 |
Admin Registered: 11 years ago Posts: 1 014 |
Yes, if you are using a portable (standalone) version of Vivaldi, the Cache Relocator will not be able to see it. Portable applications keep their files, including cache, in their own folders, which can be anywhere the user wished. Cache Relocator respects user privacy: it doesn't go through all user files and looks only in the standard system location. If your Vivaldi isn't there, it won't appear in the list.
To redirect the disk cache in a portable Vivaldi browser to another location, such as a RAM disk, you can use one of the following methods.
Method A - via symbolic link
Method B - via modifying Vivaldi shortcut that you use to launch the browser
To redirect the disk cache in a portable Vivaldi browser to another location, such as a RAM disk, you can use one of the following methods.
Method A - via symbolic link
- Navigate to the Vivaldi installation folder, typically found at <Vivaldi Folder>\User Data\Default.
- Replace the Cache directory with a symbolic link pointing to your desired location (a RAM disk).
mklink /D C:\path\to\Vivaldi\Cache R:\path\to\RAMdisk\or\desired\location
Method B - via modifying Vivaldi shortcut that you use to launch the browser
- Right-click on Vivaldi shortcut and select "Properties".
- In the "Target" field, append the command line switch --disk-cache-dir=R:\some-location after vivaldi.exe.
C:\path\to\Vivaldi\vivaldi.exe --disk-cache-dir=R:\desired-cache-locationDon't forget to replace the paths with the relevant paths in your system.