NodeTableMemoryMaxSize

The maximum in-memory size (in kilobytes) of the nodetable table file. After the specified limit is reached the nodetable table file uses disk-based access, which is slower than using RAM.

NOTE: Setting NodeTableMemoryMaxSize might slow down the IDOL Content Component query processing speed.

Type: Long
Default:  
Required: No
Configuration Section: Server
Example:

NodeTableMemoryMaxSize=102400

In this example, the nodetable table file can use no more than 100 MB of RAM.

See Also: ACLType