-4

This problem occurs about 10 minutes after the program starts. CPU costs 300%. What's the problem? stackoverflow doesn't support .svg image. Please download the .svg file uploaded to github.

https://github.com/.../raw/master/pprof001.svg

Dr.Nemo
  • 1,451
  • 2
  • 11
  • 15
  • 3
    Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. – peterSO Jan 10 '19 at 13:40

1 Answers1

1

You are jammed in runtime (see https://godoc.org/runtime) presumably because of poor choices in the com/smdduck/xsys/xcron/NewRateLimiter

But no idea what to recommend, as there is no source code

Voting to close as off-topic due to a lack of code to look at

Vorsprung
  • 32,923
  • 5
  • 39
  • 63
  • Thank you. The project is a private repo and has a lot of dependency. It seems RateLimiter used wrong sync import path (github.com/anacrolix/sync found in RateLimiter). I will test it again. – Dr.Nemo Jan 10 '19 at 14:08
  • Glad it was helpful! Hope you fix it – Vorsprung Jan 10 '19 at 14:10