Skip to content

Instantly share code, notes, and snippets.

@fritschy
Last active August 6, 2017 15:17
Show Gist options
  • Save fritschy/df184ea16fa794d8898a4ecd20327ade to your computer and use it in GitHub Desktop.
Save fritschy/df184ea16fa794d8898a4ecd20327ade to your computer and use it in GitHub Desktop.
Chromium (59) on FreeBSD lockup fix
# set following sysctl settings in /boot/loader.conf
kern.ipc.shmseg=1024
kern.ipc.shmmni=1024
# (that is in addition to the instmsg setting)
# source: https://forums.freebsd.org/threads/36809/#post-206410
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment