[svn-r7465] Purpose:

Fix incorrect # of 16-byte objects which fit into a 4096 byte global heap
collection (170 -> 127)
This commit is contained in:
Quincey Koziol
2003-09-11 08:46:52 -05:00
parent 492dd9ec09
commit 1a8d15116a

View File

@@ -1780,8 +1780,9 @@ TABLE.list TD { border:none; }
<P>This is the size in bytes of the entire collection
including this field. The default (and minimum)
collection size is 4096 bytes which is a typical file
system block size and which allows for 170 16-byte heap
objects plus their overhead.
system block size. This allows for 127 16-byte heap
objects plus their overhead (the collection header of 16 bytes
and the 16 bytes of information about each heap object).
</P>
</td>
</tr>