Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHave cache location configurable (ex: for running off RAM disk) #695
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Carried over from brave/browser-laptop#321
User reports if you go into your profile directory and symlink your cache (to a RAM disk for example), the Chromium code will overwrite the symlink at launch
A work-around for folks wanting to do this would be to have two profiles (and if available, sync). They could launch using the
--user-data-dir-nameparam (with an absolute path)