aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/hdf5_recombiner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/hdf5_recombiner.c b/src/util/hdf5_recombiner.c
index d984ba7..8891bbe 100644
--- a/src/util/hdf5_recombiner.c
+++ b/src/util/hdf5_recombiner.c
@@ -35,7 +35,7 @@ CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_util_hdf5_recombiner_c)
/* the size (in bytes) of the data sieving buffer for input files
(should be larger than HDF5's default of 64 kB) */
-#define SIEVE_BUFFERSIZE (32 * 1024 * 1024)
+#define SIEVE_BUFFERSIZE (8 * 1024 * 1024)
/* macro to do an HDF5 call, check its return code, and print a warning
in case of an error */