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

vjstar添加主动GC功能| Proactive GC task added to vjstar #39

Closed
lixuanbin opened this issue Jun 15, 2018 · 0 comments
Closed

vjstar添加主动GC功能| Proactive GC task added to vjstar #39

lixuanbin opened this issue Jun 15, 2018 · 0 comments
Assignees
Labels
feature New feature
Milestone

Comments

@lixuanbin
Copy link
Collaborator

lixuanbin commented Jun 15, 2018

很多时候,JVM自动回收腊鸡是件美好的事情,但是在业务高峰的时候偏偏发现老年代已经接近触发CMS阀值,就有点让人焦躁了吧?我们为什么不在流量低谷的时候主动清扫下内存里面无用的老家伙们呢? | Garbage collection is a good thing, JVM will do most of the dirty stuff for us. But when our system is at its peak moment and is making millions of dollars every second, we might get frustrated to see the garbage collector is yelling to "stop-the-world". Why don't we do it more proactively, for example, try to trigger a GC when our system is snoring?

@lixuanbin lixuanbin self-assigned this Jun 15, 2018
lixuanbin pushed a commit that referenced this issue Jun 21, 2018
calvin1978 added a commit that referenced this issue Jun 21, 2018
@calvin1978 calvin1978 added this to the 1.0.2 milestone Jun 25, 2018
@calvin1978 calvin1978 added the feature New feature label Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants