Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Debian template creation

11 bytes added, 19:56, 18 May 2007
m
(protect code to escape wiki syntax)
=== Disable <tt>sync()</tt> for syslog ===
Turn off doing <tt>sync()</tt> on every write for <tt>syslog</tt>'s log files, to improve I/O performance:
<pre>sed -i -e 's@\([[:space:]]\)\(/var/log/\)@\1-\2@' /etc/syslog.conf</pre>
=== Fix <tt>/etc/mtab</tt> ===
2
edits