Skip to main content
Topic: May I change otter-browser's cache files location to my ramdisk? (Read 1775 times)

May I change otter-browser's cache files location to my ramdisk?

Hi,

I use imdisk to make a ramdisk.
How do I change otter-browser's cache files location to my ramdisk?

I can change these configure arguments in Firefox (about:config)

"browser.cache.disk.parent_directory
browser.cache.disk.enable=false
browser.cache.memory.enable=true
browser.cache.memory.capacity=-1"

May I do it in Otter-browser?

Thanks
Jack

Re: May I change otter-browser's cache files location to my ramdisk?

Reply #1
I don't know actually, interesting question!

Re: May I change otter-browser's cache files location to my ramdisk?

Reply #2
You've obviously never ran Otter from the command line. Well then, you're missing a lot ;)

Quote
Usage: ./otter-browser [options] [url]

Options:
  -h, --help            Displays this help.
  -v, --version         Displays version information.
  --cache <path>        Uses <path> as cache directory
  --profile <path>      Uses <path> as profile directory
  --session <session>   Restores session <session> if it exists
  --private-session     Starts private session
  --session-chooser     Forces session chooser dialog
  --portable            Sets profile and cache paths to directories inside the
                        same directory as that of application binary
  --new-tab             Loads URL in new tab
  --new-private-tab     Loads URL in new private tab
  --new-window          Loads URL in new window
  --new-private-window  Loads URL in new private window
  --readonly            Tells application to avoid writing data to disk
  --report              Prints out diagnostic report and exits application

Arguments:
  url                   URL to open

Re: May I change otter-browser's cache files location to my ramdisk?

Reply #3
It is wonderful.

Thanks

Re: May I change otter-browser's cache files location to my ramdisk?

Reply #4
Btw, you can put an arguments.txt into the folder containing Otter Browser's executable which contains the command line arguments you want to always use.

Re: May I change otter-browser's cache files location to my ramdisk?

Reply #5
Thank Zero3k.