Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

不开启httpServer服务导致内存泄露问题 #44

Open
jhunters opened this issue Dec 27, 2016 · 2 comments
Open

不开启httpServer服务导致内存泄露问题 #44

jhunters opened this issue Dec 27, 2016 · 2 comments
Labels

Comments

@jhunters
Copy link
Collaborator

所以现在有问题了,ServerStatus 这个地方启动,当 httpServerPort 参数没有填的时候 即为 -1 的时候,他无法启动 ServerStatus 构造方法中的 消费者线程,导致了
public static final BlockingQueue ASYNC_REQUEST = new LinkeBlockingQueue<ServerStatus.RequestInfo>();
内存溢出!

@jhunters
Copy link
Collaborator Author

fixed at version 3.5.1

@LYH-R4
Copy link

LYH-R4 commented Dec 27, 2016

GOOD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants