mosn / holmes

self-aware Golang profile dumper
Apache License 2.0
1.08k stars 135 forks source link

DisableMemDump 这个方法是不是笔误了 #105

Closed 857420437 closed 2 years ago

857420437 commented 2 years ago

// DisableMemDump disables the mem dump. func (h BHolmes) DisableMemDump() BHolmes { h.opts.gCHeapOpts.Enable = false return h } 是不是应该是 // DisableMemDump disables the mem dump. func (h BHolmes) DisableMemDump() BHolmes { h.opts.memOpts.Enable = false return h }

taoyuanyuan commented 2 years ago

老哥好眼力, 欢迎PR 👏🏻