1
0
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:
Adam Chalmers
2021-05-06 12:22:43 -05:00
committed by Areg Harutyunyan
parent 209091da39
commit 07af2a33b7
28 changed files with 1244 additions and 0 deletions

9
vendor/go.uber.org/automaxprocs/go.mod generated vendored Normal file
View 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
)