``` func goutDebug(ctx context.Context) gout.DebugOpt { return gout.DebugFunc(func(o *gout.DebugOption) { o.Debug = true }) } ``` when i set debug = true the online environment,our service has slow memory leak.