We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7c673 commit fcac3d6Copy full SHA for fcac3d6
cluster/compose/localnet/resource-constraints.yaml
@@ -7,7 +7,10 @@ services:
7
postgres:
8
mem_limit: 2g
9
canton:
10
- mem_limit: 7g
+ # We upload all DARs from the validator at once, which pulls up memory usage.
11
+ # Until we either do that sequentially in localNet, or we get unvetting and stop
12
+ # uploading all versions, we need to allocate more memory than otherwise needed.
13
+ mem_limit: 10g
14
environment:
15
_JAVA_OPTIONS: "-XX:-UseCompressedOops -Xms512m -Xmx4096m"
16
splice:
0 commit comments