[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

configures the length a memory file should grow, if no more free slots are found within.

Namespace: Db4objects.Db4o.IO
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub GrowBy ( _
	length As Integer _
)
C#
public virtual void GrowBy (
	int length
)
Visual C++
public:
virtual void GrowBy (
	int length
)

Parameters

length
System.Int32
the length in bytes

Remarks

configures the length a memory file should grow, if no more free slots are found within.

Specify a large value (100,000 or more) for best performance. Specify a small value (100) for the smallest memory consumption. The default setting is 10,000.