arachnode.net

ApplicationSettings.DesiredMaximumMemoryUsageInMegabytes Property

The desired number of megabytes of RAM memory that arachnode.net will use. Try to set this to at least 1/3 of the available RAM. Higher values equal increased performance. If crawling on the database server, leave room for SQL's cache, favoring SQL's cache in the number of megabytes allocated.

public static int DesiredMaximumMemoryUsageInMegabytes { public get; public set; }

Property Value

The desired maximum memory usage in megabytes.

See Also

ApplicationSettings Class | Arachnode.Configuration Namespace