Skip to content

Commit 8a2aaad

Browse files
smirafrezbo
authored andcommitted
fix: bump trustd memory limit
Under higher load, when many workers try to re-join, trustd might consume more memory. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 51db527)
1 parent cf91423 commit 8a2aaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ const (
811811
CgroupTrustdReservedMemory = 8 * 1024 * 1024
812812

813813
// CgroupTrustdMaxMemory is the hard memory limit for the trustd process.
814-
CgroupTrustdMaxMemory = 24 * 1024 * 1024
814+
CgroupTrustdMaxMemory = 128 * 1024 * 1024
815815

816816
// CgroupTrustdMillicores is the CPU weight for the trustd process.
817817
CgroupTrustdMillicores = 250

0 commit comments

Comments
 (0)