zhouhailin / freeswitch-externals

FreeSWITCH externals projects
https://zhouhailin.github.io/freeswitch-externals/
Apache License 2.0
163 stars 83 forks source link

线程池未定义队列大小导致内存溢出 #36

Open darek-ai opened 11 months ago

darek-ai commented 11 months ago

线程池未定义队列大小导致内存溢出:

link.thingscloud.freeswitch.esl.inbound.AbstractNettyInboundClient

publicExecutor = new ScheduledThreadPoolExecutor(option.publicExecutorThread(), new DefaultThreadFactory("publicExecutor", true)); privateExecutor = new ScheduledThreadPoolExecutor(option.privateExecutorThread(), new DefaultThreadFactory("privateExecutor", true));