summaryrefslogtreecommitdiffstats
path: root/src/H5Opkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-10-10 19:41:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-10-10 19:41:37 (GMT)
commit176f59f0f4aaadf3c5fe8637b9478a627b43c076 (patch)
tree843b808166b800639adafe0f50c616cf6e2dc940 /src/H5Opkg.h
parent14dcb6db33f88011c3499d439c53890ab09d1ba2 (diff)
downloadhdf5-176f59f0f4aaadf3c5fe8637b9478a627b43c076.zip
hdf5-176f59f0f4aaadf3c5fe8637b9478a627b43c076.tar.gz
hdf5-176f59f0f4aaadf3c5fe8637b9478a627b43c076.tar.bz2
[svn-r12738] Description:
Tweak down some of the static array definitions for new & re-loaded object header data structures, to reduce memory use in common cases. Tested on: Linux/32 2.6 (chicago)
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r--src/H5Opkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h
index 35fc5f9..56353ed 100644
--- a/src/H5Opkg.h
+++ b/src/H5Opkg.h
@@ -35,7 +35,7 @@
/* Object header macros */
#define H5O_NMESGS 32 /*initial number of messages */
-#define H5O_NCHUNKS 8 /*initial number of chunks */
+#define H5O_NCHUNKS 2 /*initial number of chunks */
/* Version of object header structure */
#define H5O_VERSION 1