Commit 6dc8e3b4 authored by gitlab's avatar gitlab

auto ci

parent 0b3813dd
......@@ -63,7 +63,7 @@ func watching() {
var m runtime.MemStats
runtime.ReadMemStats(&m)
log.Info("watching:", "NumGoroutine:", runtime.NumGoroutine())
log.Info("watching:", "Mem:", m.Sys/(1024*1024))
log.Info("watching:", "Mem:", m.Sys/(1024*1024))
}
func pwd() string {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment