Skip to content

Instantly share code, notes, and snippets.

@tech-andgar
Created November 24, 2023 01:59
Show Gist options
  • Save tech-andgar/846b3ee446ba3a1a6094a4f8dc314634 to your computer and use it in GitHub Desktop.
Save tech-andgar/846b3ee446ba3a1a6094a4f8dc314634 to your computer and use it in GitHub Desktop.
Fix huge memory process Logi Options + in Mac OS. Solved it with scheduling auto-killing the process every hour:

Open Terminal

Run EDITOR=nano crontab -e

0 * * * * killall "Logi Bolt"
#or
0 * * * * pkill -1 "logioptionsplus_agent"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment