Skip to content

Commit f6bb523

Browse files
committed
chore(proctree): set new default cache sizes
processes: 10928 threads: 21856
1 parent ffa8a1d commit f6bb523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/proctree/proctree.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ import (
3535
//
3636

3737
const (
38-
DefaultProcessCacheSize = 16384
39-
DefaultThreadCacheSize = 32768
38+
DefaultProcessCacheSize = 10928
39+
DefaultThreadCacheSize = 21856
4040
)
4141

4242
type SourceType int

0 commit comments

Comments
 (0)