File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
29
29
"github.com/ava-labs/avalanchego/utils/wrappers"
30
30
)
31
31
32
- const nonVerifiedCacheSize = 128 * units .MiB
32
+ const nonVerifiedCacheSize = 64 * units .MiB
33
33
34
34
var _ Engine = (* Transitive )(nil )
35
35
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"github.com/ava-labs/avalanchego/vms/proposervm/block"
21
21
)
22
22
23
- const blockCacheSize = 256 * units .MiB
23
+ const blockCacheSize = 64 * units .MiB
24
24
25
25
var (
26
26
errBlockWrongVersion = errors .New ("wrong version" )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const (
47
47
DefaultMinBlockDelay = time .Second
48
48
49
49
checkIndexedFrequency = 10 * time .Second
50
- innerBlkCacheSize = 128 * units .MiB
50
+ innerBlkCacheSize = 64 * units .MiB
51
51
)
52
52
53
53
var (
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ import (
65
65
66
66
// TODO: Enable these to be configured by the user
67
67
const (
68
- decidedCacheSize = 256 * units .MiB
68
+ decidedCacheSize = 64 * units .MiB
69
69
missingCacheSize = 2048
70
70
unverifiedCacheSize = 64 * units .MiB
71
71
bytesToIDCacheSize = 64 * units .MiB
You can’t perform that action at this time.
0 commit comments