Hi
In my project, I need to increase the maximum number of connections that timesten provides me. So, I changed the kernel parameter as shown below in /etc/sysctl.conf file.
kernel.sem = 655 670720 128 1024
The intention here is to get 500 connections max. But, even after this setting also, I am getting only 477 connections. I am not understanding why this is happening. Anybody help me to understand what is happening here.
In above configuration, my assumption is that, 155 semaphores are reserved for timesten internal usage and remaining 500 will be available to me but this is not happening. Please help me in this aspect to understand why I am getting only 477 connections instead of 500 connections.
Quick help is highly appreciated
Thanks
Hemanth