summaryrefslogtreecommitdiffstats
path: root/guestfs.pod
diff options
context:
space:
mode:
Diffstat (limited to 'guestfs.pod')
-rw-r--r--guestfs.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/guestfs.pod b/guestfs.pod
index 2fd88cef..4235454e 100644
--- a/guestfs.pod
+++ b/guestfs.pod
@@ -937,6 +937,16 @@ used.
See also L<QEMU WRAPPERS> above.
+=item TMPDIR
+
+Location of temporary directory, defaults to C</tmp>.
+
+If libguestfs was compiled to use the supermin appliance then each
+handle will require rather a large amount of space in this directory
+for short periods of time (~ 80 MB). You can use C<$TMPDIR> to
+configure another directory to use in case C</tmp> is not large
+enough.
+
=back
=head1 SEE ALSO