summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-12 11:17:16 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-17 13:10:20 +0100
commitf09fa59193cd306cde01ca49e84ff1a8fda60c50 (patch)
tree6c728bc3f508fd8139977bdf828dd2ff69191f4b
parentc8002212c5f543b327897bf885dc7a5d8d741789 (diff)
downloadlibguestfs-f09fa59193cd306cde01ca49e84ff1a8fda60c50.tar.gz
libguestfs-f09fa59193cd306cde01ca49e84ff1a8fda60c50.tar.xz
libguestfs-f09fa59193cd306cde01ca49e84ff1a8fda60c50.zip
Note that additional memory may be required to typecheck Augeas lenses (RHBZ#729887).
(cherry picked from commit 7739d7f471f9575828bd32489695d92dde005a9c)
-rw-r--r--generator/generator_actions.ml7
1 files changed, 6 insertions, 1 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index da1943e8..bbafcdfb 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -1569,7 +1569,12 @@ do not overwrite original. Overrides C<AUG_SAVE_BACKUP>.
=item C<AUG_TYPE_CHECK> = 4
-Typecheck lenses (can be expensive).
+Typecheck lenses.
+
+This option is only useful when debugging Augeas lenses. Use
+of this option may require additional memory for the libguestfs
+appliance. You may need to set the C<LIBGUESTFS_MEMSIZE>
+environment variable or call C<guestfs_set_memsize>.
=item C<AUG_NO_STDINC> = 8