forked from szaydel/mbuffer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmbuffer.rc
More file actions
77 lines (58 loc) · 1.87 KB
/
mbuffer.rc
File metadata and controls
77 lines (58 loc) · 1.87 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#####################################################################
## mbuffer configuration file
## /etc/mbuffer.rc
## ${PREFIX}/etc/mbuffer.rc
## ${HOME}/.mbuffer.rc
#####################################################################
## valid values for boolean options are:
## yes, true, on, 1
## no, false, off, 0
#####################################################################
## set verbosity
## valid values are 0..6 or silent,fatal,error,warning,info,debug,io
# Verbose = warning
## size of one block [kB]
# Blocksize = 10240
## number of blocks in buffer [1]
# Numblocks = 256
## total amount of buffer memory [kB] or [%]
## values > 100 mean kB
## values < 100 mean percentage of physical memory
## 0 means automatic determination
# TotalMem = 0
## maximum write speed [kB/s]
## 0 means no limit
# MaxWriteSpeed = 0
## maximum read speed [kB/s]
## 0 means no limit
# MaxReadSpeed = 0
## time to sleep between to I/O ops [usec]
# pause = 0
## time to wait after executing an autoload command [sec]
# autoloadtime = 0
## low watermark value in percent [%]
## reading starts when buffer fill percentage drops below this value
# startread = 100
## high watermark value in percent [%]
## writing starts when buffer fill percentage raises above this value
# startwrite = 0
## watchdog timeout [sec]
## 0 means no timeout
# timeout = 0
## print status to terminal [boolean]
# showstatus = yes
## log status to log file [boolean]
# logstatus = on
## lock buffer memory in physical memory [boolean]
## request to OS to suppress paging/swapping of buffer memory
# memlock = 0
## print mbuffer's process-id when starting [boolean]
# printpid = 0
## status interval time [sec]
# StatusInterval=0.5
## TCP transmission buffer size [bytes]
## 0 means: keep OS default
# TCPbufsize = 0
## tape aware out-of-space handling
## valid values are: true, false, 0, 1, on, off
# Tapeaware = false