Additional information

<< Click to display Table of Contents >>

Navigation:  System > Domains >

Additional information

For reasons of dynamics and performance, LDAP groups are loaded into the internal memory of Cordaware bestinformed. For large and very large LDAP directories you should consider the scaling of the working memory as follows:

 

(((Memory consumption of the service "Microsoft.ActiveDirectory.WebServices") * 2) * 2)

 

 

 

Please note:

 

If you want to use the individual components of your Cordaware bestinformed installation on different servers for reasons of performance or limited memory capacity, half of the above calculated result for the memory must be used for the services cordaware_bestinformed_best_web and cordaware_bestinformed_best_srv on the respective servers.

 

 

Example of calculation for a memory consumption of the LDAP Service of 1 GB:

 

(((1 GB) * 2) * 2) = 4 GB

 

 

If you use more than one domain, the sum of the memory consumption of all domains must be used for the calculation.

 

The following example uses a server with a complete Cordaware bestinformed installation:

 

 

(((Memory consumption of the Microsoft.ActiveDirectory.WebServices service + x) * 2) * 2)

 

 

 

x is the memory consumption of the "Microsoft.ActiveDirectory.WebServices" service of each additional domain.

 

 

 

Example of calculation for a memory usage of 2 domains with 1 GB and 1.5 GB each:

 

 

(((1 GB + 1.5 GB) * 2) * 2) = 10 GB