mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-24 03:59:49 +02:00
testenv: embedded envoy cpu/memory profiling config
This commit is contained in:
parent
20a9be891f
commit
eb57fa7a8b
7 changed files with 242 additions and 86 deletions
|
@ -19,7 +19,7 @@ import (
|
|||
|
||||
const (
|
||||
ownerRX = os.FileMode(0o500)
|
||||
maxExpandedEnvoySize = 1 << 30
|
||||
maxExpandedEnvoySize = 2 * 1024 * 1024 * 1024 // 2GB
|
||||
envoyPrefix = "pomerium-envoy"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue