Elvisli
Elvisli
Hi~ diegonehab ! Here is the test code on Linux platform: ``` local socket = require "socket" local reporter = { HOST = "127.0.0.1", PORT = 9500 } local array...
Hi~ diegonehab ! I found it the number of socket obj limited by the Linux network setting - net.ipv4.ip_local_port_range. ``` $ cat /proc/sys/net/ipv4/ip_local_port_range 10000 60000 ``` Now, I changed ip_local_port_range...
And here is the flame graph. 
CentOS 7.2, kernel 3.10.0
Sorry, I use GDB to attach my test process. But I can’t get more informations about locals because of no debugging symbols found. I tried to set the breakpoint of...