Skip to content

Commit

Permalink
Bump ros3 VFD cache size to 16 MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Oct 23, 2023
1 parent 98d3cbc commit b06e388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ New Features
in S3 to avoid a lot of small I/O operations when opening files.
This cache is per-file and created when the file is opened.

N is currently 16 kiB or the size of the file, whichever is smaller.
N is currently 16 MiB or the size of the file, whichever is smaller.

Addresses GitHub issue #3381

Expand Down
2 changes: 1 addition & 1 deletion src/H5FDros3.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define ROS3_STATS 0

/* Max size of the cache, in bytes */
#define ROS3_MAX_CACHE_SIZE 16384
#define ROS3_MAX_CACHE_SIZE 16777216

/* The driver identification number, initialized at runtime
*/
Expand Down

0 comments on commit b06e388

Please sign in to comment.