VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/vboxwatchdog-linux.dita@ 99016

Last change on this file since 99016 was 99016, checked in by vboxsync, 2 years ago

manual: Some scm corrections for dita files. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 5.3 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="vboxwatchdog-linux">
4 <title>Linux: Starting the Watchdog Service With init</title>
5
6 <body>
7 <p>
8 On Linux, the watchdog service can be automatically started
9 during host boot by adding appropriate parameters to the file
10 <filepath>/etc/default/virtualbox</filepath>. There is one
11 mandatory parameter, <codeph>VBOXWATCHDOG_USER</codeph>, which
12 must be set to the user which will later start the VMs. For
13 backward compatibility you can also specify
14 <codeph>VBOXBALLOONCTRL_USER</codeph>.
15 </p>
16 <p>
17 The parameters in the following table all start with the
18 <codeph>VBOXWATCHDOG_</codeph> prefix string. For example:
19 <codeph>VBOXWATCHDOG_BALLOON_INTERVAL</codeph> and
20 <codeph>VBOXWATCHDOG_LOGSIZE</codeph>. Legacy parameters such
21 as <codeph>VBOXBALLOONCTRL_INTERVAL</codeph> can still be
22 used.
23 </p>
24 <table id="table-vboxwatchdog-config-params">
25 <title>Oracle VM VirtualBox Watchdog Configuration Parameters</title>
26 <tgroup cols="3">
27 <thead>
28 <row>
29 <entry>
30 <p>
31 <b outputclass="bold">Parameter</b>
32 </p>
33 </entry>
34 <entry>
35 <p>
36 <b outputclass="bold">Description</b>
37 </p>
38 </entry>
39 <entry>
40 <p>
41 <b outputclass="bold">Default</b>
42 </p>
43 </entry>
44 </row>
45 </thead>
46 <tbody>
47 <row>
48 <entry>
49 <p>
50 <codeph>USER</codeph>
51 </p>
52 </entry>
53 <entry>
54 <p>
55 The user which the watchdog service runs as
56 </p>
57 </entry>
58 <entry>
59 <p/>
60 </entry>
61 </row>
62 <row>
63 <entry>
64 <p>
65 <codeph>ROTATE</codeph>
66 </p>
67 </entry>
68 <entry>
69 <p>
70 Number of log files, 0 disables log rotation
71 </p>
72 </entry>
73 <entry>
74 <p>
75 10
76 </p>
77 </entry>
78 </row>
79 <row>
80 <entry>
81 <p>
82 <codeph>LOGSIZE</codeph>
83 </p>
84 </entry>
85 <entry>
86 <p>
87 Maximum log file size to trigger rotation, in bytes
88 </p>
89 </entry>
90 <entry>
91 <p>
92 1MB
93 </p>
94 </entry>
95 </row>
96 <row>
97 <entry>
98 <p>
99 <codeph>LOGINTERVAL</codeph>
100 </p>
101 </entry>
102 <entry>
103 <p>
104 Maximum time interval to trigger log rotation, in
105 seconds
106 </p>
107 </entry>
108 <entry>
109 <p>
110 1 day
111 </p>
112 </entry>
113 </row>
114 <row>
115 <entry>
116 <p>
117 <codeph>BALLOON_INTERVAL</codeph>
118 </p>
119 </entry>
120 <entry>
121 <p>
122 Interval for checking the balloon size, in
123 milliseconds
124 </p>
125 </entry>
126 <entry>
127 <p>
128 30000
129 </p>
130 </entry>
131 </row>
132 <row>
133 <entry>
134 <p>
135 <codeph>BALLOON_INCREMENT</codeph>
136 </p>
137 </entry>
138 <entry>
139 <p>
140 Balloon size increment, in megabytes
141 </p>
142 </entry>
143 <entry>
144 <p>
145 256
146 </p>
147 </entry>
148 </row>
149 <row>
150 <entry>
151 <p>
152 <codeph>BALLOON_DECREMENT</codeph>
153 </p>
154 </entry>
155 <entry>
156 <p>
157 Balloon size decrement, in megabytes
158 </p>
159 </entry>
160 <entry>
161 <p>
162 128
163 </p>
164 </entry>
165 </row>
166 <row>
167 <entry>
168 <p>
169 <codeph>BALLOON_LOWERLIMIT</codeph>
170 </p>
171 </entry>
172 <entry>
173 <p>
174 Balloon size lower limit, in megabytes
175 </p>
176 </entry>
177 <entry>
178 <p>
179 64
180 </p>
181 </entry>
182 </row>
183 <row>
184 <entry>
185 <p>
186 <codeph>BALLOON_SAFETYMARGIN</codeph>
187 </p>
188 </entry>
189 <entry>
190 <p>
191 Free memory required for decreasing the balloon size,
192 in megabytes
193 </p>
194 </entry>
195 <entry>
196 <p>
197 1024
198 </p>
199 </entry>
200 </row>
201 </tbody>
202 </tgroup>
203 </table>
204 </body>
205
206</topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette