Summary
configures db4o to use a RAM-based freespace system.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Config 
- Containing Type
- IFreespace Configuration 
Syntax
void UseRamSystem()Remarks
    configures db4o to use a RAM-based freespace system.
    
Advantages
- best performance
    
Disadvantages
- upon abnormal system termination all freespace is lost
- memory consumption
    
	Advantages
- best performance
Disadvantages
- upon abnormal system termination all freespace is lost
- memory consumption
Return Value
| Type | Description | 
|---|---|
| void |