Re: [SR-Users] Dimensioning ds_hash_size value for dispatcher module

2018-03-14 Thread Alvaro Araos
Daniel, Muchas gracias por tu respuesta. Saludos, ALVARO ARAOS MÉNDEZ Director de Tecnología en FONOIP +56 2 2947 9000 alv...@fonoip.com | www.fonoip.com [2] Moisés Chacón 46, El Monte, RM El 08-03-2018 05:01, Daniel-Constantin Mierla escribió: > Hello, > > this hash table store

Re: [SR-Users] Dimensioning ds_hash_size value for dispatcher module

2018-03-08 Thread Daniel-Constantin Mierla
Hello, this hash table stores the relation between active calls and the dispatcher destination addresses. For good performances, try to follow a rule like: max-active-calls / number-of-slots < 10. So if you have an expectation of 10 000 active calls at peak, then the ds_hash_size should be at le

[SR-Users] Dimensioning ds_hash_size value for dispatcher module

2018-02-14 Thread Alvaro Araos
Hi, In the documentation of the dispatcher module it is said that in order to use the algorithm 10 (load balancing) the parameter ds_hash_size must be set, in the definition it is said that the value is in powers of 2, that is to say if it is set to 8, this is equal to 2 ^ 8 = 256 slots, but s