Skip to content

Commit

Permalink
chore(proctree): set new default cache sizes
Browse files Browse the repository at this point in the history
processes: 10928
threads: 21856
  • Loading branch information
geyslan committed Jan 27, 2025
1 parent ffa8a1d commit f6bb523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/proctree/proctree.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ import (
//

const (
DefaultProcessCacheSize = 16384
DefaultThreadCacheSize = 32768
DefaultProcessCacheSize = 10928
DefaultThreadCacheSize = 21856
)

type SourceType int
Expand Down

0 comments on commit f6bb523

Please sign in to comment.