diff --git a/src/niceload.pod b/src/niceload.pod
index 9b300c4f..3637efa1 100644
--- a/src/niceload.pod
+++ b/src/niceload.pod
@@ -212,6 +212,21 @@ Run rsync but keep load below 3.4. If load reaches 7 sleep for
B
+=head1 EXAMPLE: Ensure enough disk cache
+
+Assume the program B uses 2 GB files intensively. B will run
+fast if the files are in disk cache and be slow as a crawl if they are
+not in the cache.
+
+To ensure 2 GB are reserved for disk cache run:
+
+B
+
+This will not guarantee that the 2 GB memory will be used for the
+files for B, but it will stop B if the memory for disk cache
+is too low.
+
+
=head1 ENVIRONMENT VARIABLES
None. In future versions $NICELOAD will be able to contain default settings.