Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Configuration file for ksmtuned.
2
 
3
# How long ksmtuned should sleep between tuning adjustments
4
# KSM_MONITOR_INTERVAL=60
5
 
6
# Millisecond sleep between ksm scans for 16Gb server.
7
# Smaller servers sleep more, bigger sleep less.
8
# KSM_SLEEP_MSEC=10
9
 
10
# KSM_NPAGES_BOOST=300
11
# KSM_NPAGES_DECAY=-50
12
# KSM_NPAGES_MIN=64
13
# KSM_NPAGES_MAX=1250
14
 
15
# KSM_THRES_COEF=20
16
# KSM_THRES_CONST=2048
17
 
18
# uncomment the following if you want ksmtuned debug info
19
 
20
# LOGFILE=/var/log/ksmtuned
21
# DEBUG=1