From 75d4572e68cf86c53e69991aed90b285ff7e4c53 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 24 Aug 2004 16:26:01 +0000 Subject: Reduce the sieve buffer size from 32 MB down to 8 MB to overcome memory allocation problems for large number of files to be recombined. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@204 4825ed28-b72c-4eae-9704-e50c059e567d --- src/util/hdf5_recombiner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3