Skip to content

Run at startup to have Chrome's Cache be in a RamDisk

Notifications You must be signed in to change notification settings

mdabbagh88/ChromeOSXRamDisk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChromeOSXRamDisk

Run at startup to have Chrome's Cache be in a RamDisk

Simple Installation

  • Quit Google Chrome
  • Run make install

Manual Installation

  • Copy com.alanthing.ChromeRamDisk.plist to ~/Library/LaunchAgents to start on login
  • Copy ChromeRamDisk.sh to /usr/local/bin
  • Reboot, or quit Chrome and manually run /usr/local/bin/ChromeRamDisk.sh

Uninstall

  • Run make uninstall
  • Or...
    • rm /usr/local/bin/ChromeRamDisk.sh
    • launchctl unload -w ~/Library/LaunchAgents/com.alanthing.ChromeRamDisk.plist
    • rm ~/Library/LaunchAgents/com.alanthing.ChromeRamDisk.plist

githalytics.com alpha

About

Run at startup to have Chrome's Cache be in a RamDisk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 65.1%
  • Shell 34.9%