doc
This commit is contained in:
parent
d140462500
commit
406c83d23d
1 changed files with 22 additions and 1 deletions
|
@ -1039,6 +1039,27 @@ fvwm
|
||||||
your system is short on resources. Periodic indexing is
|
your system is short on resources. Periodic indexing is
|
||||||
adequate in most cases.</para>
|
adequate in most cases.</para>
|
||||||
|
|
||||||
|
<note><title>Increasing resources for inotify</title>
|
||||||
|
<para>On Linux systems, monitoring a big tree may imply
|
||||||
|
increasing the resources available to inotify, which are
|
||||||
|
normally defined in <filename>/etc/sysctl.conf</filename>.
|
||||||
|
<programlisting>
|
||||||
|
### inotify
|
||||||
|
#
|
||||||
|
# cat /proc/sys/fs/inotify/max_queued_events - 16384
|
||||||
|
# cat /proc/sys/fs/inotify/max_user_instances - 128
|
||||||
|
# cat /proc/sys/fs/inotify/max_user_watches - 16384
|
||||||
|
#
|
||||||
|
# -- Change to:
|
||||||
|
#
|
||||||
|
fs.inotify.max_queued_events=32768
|
||||||
|
fs.notify.max_user_instances=256
|
||||||
|
fs.inotify.max_user_watches=32768
|
||||||
|
</programlisting>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<sect2 id="RCL.INDEXING.MONITOR.FASTFILES">
|
<sect2 id="RCL.INDEXING.MONITOR.FASTFILES">
|
||||||
<title>Slowing down the reindexing rate for fast changing
|
<title>Slowing down the reindexing rate for fast changing
|
||||||
files</title>
|
files</title>
|
||||||
|
@ -5265,7 +5286,7 @@ metadatacmds = ; rclmulti1 = somecmd %f
|
||||||
of:
|
of:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
field1 = value1
|
field1 = value1
|
||||||
field2 = "value for field2"
|
field2 = value for field2
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<literal>field1</literal>
|
<literal>field1</literal>
|
||||||
and <literal>field2</literal> will be set inside the
|
and <literal>field2</literal> will be set inside the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue