Attention: Do not change the value of this property without guidance from a support representative. Doing so might adversely affect system performance.

This value, in combination with the MaxWorkerThreads parameter, establishes a threshold that, when exceeded, prevents additional batches of federation requests from being inserted in the in-memory pre-fetch queue. The number of items in the queue is reduced as batches of work are dispatched to worker threads. The number of batches in the queue will eventually fall below the threshold and the addition of new batches from the database queue will be resumed.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property MaxInMemoryItems As Nullable(Of Integer)
C#
Nullable<int> MaxInMemoryItems { get; set; }
Visual C++
property Nullable<int> MaxInMemoryItems {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_maxInMemoryItems();
function set_maxInMemoryItems(value);

ToggleRemarks

ToggleSee Also