mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 09:49:57 +00: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
33
vendor/go.uber.org/automaxprocs/.gitignore
generated
vendored
Normal file
33
vendor/go.uber.org/automaxprocs/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
vendor
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
*.pprof
|
||||
*.out
|
||||
*.log
|
||||
coverage.txt
|
||||
|
||||
/bin
|
||||
cover.out
|
||||
cover.html
|
Reference in New Issue
Block a user