Skip to content

ivanzoid/safariShrink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

About

App which will kill (most hungry) Safari tabs when Safari will start using too much memory (8GB currently).

Install

  1. Install Go someway (https://golang.org/dl/).
  2. Set GOPATH environment variable to point to some directory.
  3. Install with go get github.com/ivanzoid/safariShrink && go install github.com/ivanzoid/safariShrink

Usage

You may run it periodically using cron. For example:

  1. crontab -e. Then enter:
  2. 30 * * * * /Users/ivan/Go/bin/safariShrink (edit according to your $GOPATH)

About

Limits Safari memory usage by killing tabs which use too much memory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages