summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ocaml/t/guestfs_500_parallel_mount_local.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ocaml/t/guestfs_500_parallel_mount_local.ml b/ocaml/t/guestfs_500_parallel_mount_local.ml
index a26ff9d6..e1f5e26a 100644
--- a/ocaml/t/guestfs_500_parallel_mount_local.ml
+++ b/ocaml/t/guestfs_500_parallel_mount_local.ml
@@ -115,6 +115,7 @@ and start_thread (filename, mp) =
let t = time () in
if t -. start_t < total_time then (
if debug then eprintf "%s < mounting filesystem\n%!" mp;
+ Gc.compact (); (* Workaround for RHBZ#838081 *)
g#mount_local mp;
(* Run test in an exec'd subprocess. *)