Elvisli

Results 5 comments of 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. ![image](https://user-images.githubusercontent.com/24318379/79300681-04862980-7f1a-11ea-904d-bd3799fc8388.png)

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...