Results 3 comments of nathan.z

> 我也碰到这个问题了, 时间越长, 堆积的越厉害 java.util.concurrent.atomic.LongAdder内存占比高达70% 这个问题其实挺严重的,官方没有很重视,内存占用大的话根本无法上生产

> https://github.com/alibaba/Sentinel/pull/2802 MetricNode 对象的占用有缓解。LongAddr 可以从业务角度出发,减少统计。

看下你写的切面吧,进入上下文的方法,要加入origin。 ContextUtil.enter(contextName, origin); 上游要带上Header,key是S-user,不是origin