Skip to content

Commit d7d188a

Browse files
committed
Reduce size of default HDF5 chunk size.
1 parent 7d40c86 commit d7d188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtidas/src/tidas_backend_hdf5.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace tidas {
3131
static const std::string extension_hdf5_dataset_prefix = "data";
3232

3333
static const std::string key_hdf5_chunk = "CHUNK";
34-
static const size_t hdf5_chunk_default = 65536;
34+
static const size_t hdf5_chunk_default = 256;
3535

3636
#ifdef HAVE_HDF5
3737

0 commit comments

Comments
 (0)