testenv: embedded envoy cpu/memory profiling config

This commit is contained in:
Joe Kralicky 2024-11-22 17:16:00 -05:00
parent 20a9be891f
commit eb57fa7a8b
No known key found for this signature in database
GPG key ID: 75C4875F34A9FB79
7 changed files with 242 additions and 86 deletions

View file

@ -19,7 +19,7 @@ import (
const (
ownerRX = os.FileMode(0o500)
maxExpandedEnvoySize = 1 << 30
maxExpandedEnvoySize = 2 * 1024 * 1024 * 1024 // 2GB
envoyPrefix = "pomerium-envoy"
)