here is minimal config for current master [kamailio.txt](https://github.com/kamailio/kamailio/files/2170252/kamailio.txt)
here is sql script for load data [big_htable_create.txt](https://github.com/kamailio/kamailio/files/2170253/big_htable_create.txt)
how to reproduce ``` [snen@sw5 kamailio]# cat big_htable_create.txt | mysql kamailio_dev [snen@sw5 kamailio]# devkamctl restart [snen@sw5 kamailio]# curl -X GET -H "Content-Type: application/json" -d '{"jsonrpc": "2.0", "method": "htable.dump", "params":["big_htable"], "id": 1 }' http://192.168.10.190:5071/jsonrpc/ > /tmp/big_htable.data % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 59 4181k 59 2479k 100 79 9.7M 318 --:--:-- --:--:-- --:--:-- 9.8M curl: (18) transfer closed with 1743335 bytes remaining to read ```