summaryrefslogtreecommitdiffstats
path: root/src/H5FDros3.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-24 02:06:18 (GMT)
committerGitHub <noreply@github.com>2023-10-24 02:06:18 (GMT)
commitceb03358a1d713078ae36bfff07be62b433d970a (patch)
treed27238a09581264256c3e5d971a468c2d7ede7a1 /src/H5FDros3.c
parent207d749a2810bd30ecc4321609c83fe51adbd0c3 (diff)
downloadhdf5-ceb03358a1d713078ae36bfff07be62b433d970a.zip
hdf5-ceb03358a1d713078ae36bfff07be62b433d970a.tar.gz
hdf5-ceb03358a1d713078ae36bfff07be62b433d970a.tar.bz2
Bump the ros3 VFD cache to 16 MiB (#3759)
Diffstat (limited to 'src/H5FDros3.c')
-rw-r--r--src/H5FDros3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDros3.c b/src/H5FDros3.c
index f704eff..c6aea0e 100644
--- a/src/H5FDros3.c
+++ b/src/H5FDros3.c
@@ -44,7 +44,7 @@
#define ROS3_STATS 0
/* Max size of the cache, in bytes */
-#define ROS3_MAX_CACHE_SIZE 4096
+#define ROS3_MAX_CACHE_SIZE 16777216
/* The driver identification number, initialized at runtime
*/