mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-22 04:51:14 +02:00
As of now, we're not using Go profiling, so it's safe to disable it to save some memory and CPU costs. Once we start using it, we can re-enable it conditionally. Each process allocates around 1.4MiB on amd64 for memory profiling buckets. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>