mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
change: add debug log
This commit is contained in:
@@ -75,6 +75,7 @@ func init() {
|
||||
// set resource limit
|
||||
// ulimit -n 10240
|
||||
func setUlimit() {
|
||||
log.Info().Str("runtime.GOOS", runtime.GOOS).Msg("check GOOS")
|
||||
if runtime.GOOS == "windows" {
|
||||
log.Warn().Msg("windows does not support setting ulimit")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user