-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsysctl.conf
More file actions
30 lines (23 loc) · 745 Bytes
/
sysctl.conf
File metadata and controls
30 lines (23 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#######################################
# /etc/sysctl.conf
##################################################################
#---Tuning and Drivers, make changes to a running FreeBSD system.
##################################################################
#
# Enhance shared memory X11 interface
kern.ipc.shmmax=67108864
kern.ipc.shmall=32768
# Enhance desktop responsiveness under high CPU use (200/224)
kern.sched.preempt_thresh=224
# Bump up maximum number of open files
kern.maxfiles=200000
# Disable PC Speaker
hw.syscons.bell=0
# Shared memory for Chromium
kern.ipc.shm_allow_removed=1
# Allow users to mount disks
vfs.usermount=1
# Sound
hw.snd.default_unit=0
# dont auto use new sound devices
hw.snd.default_auto=0