1
0
Fork 0

cpu 갯수 조정

This commit is contained in:
Sangbum Kim 2018-07-06 02:06:49 +09:00
parent 552b669031
commit b5dec59a1c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ var (
func init() {
defer finalCloser()
runtime.GOMAXPROCS(runtime.NumCPU())
runtime.GOMAXPROCS(2)
// command 설정 로드
app.Version(version)