mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-24 05:17:02 +08:00
TUN-4356: Set AUTOMAXPROCS to the CPU limit when running in a Linux container
This commit is contained in:
committed by
Areg Harutyunyan
parent
209091da39
commit
07af2a33b7
9
vendor/go.uber.org/automaxprocs/go.mod
generated
vendored
Normal file
9
vendor/go.uber.org/automaxprocs/go.mod
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module go.uber.org/automaxprocs
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/stretchr/testify v1.4.0
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user