Last active
August 6, 2017 15:17
-
-
Save fritschy/df184ea16fa794d8898a4ecd20327ade to your computer and use it in GitHub Desktop.
Chromium (59) on FreeBSD lockup fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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