Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-9/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_ethereum_client_images:
prysm: registry-1.docker.io/ethpandaops/prysm-beacon-chain:develop
prysm_validator: registry-1.docker.io/ethpandaops/prysm-validator:develop
teku: registry-1.docker.io/ethpandaops/teku:master
grandine: registry-1.docker.io/ethpandaops/grandine:glamsterdam-devnet-8
grandine: registry-1.docker.io/ethpandaops/grandine:develop
### Execution layer clients
besu: registry-1.docker.io/ethpandaops/besu:main
geth: registry-1.docker.io/ethpandaops/geth:master
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-9/group_vars/teku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ethereum_node_cl: teku
teku_container_name: beacon
teku_container_image: "{{ default_ethereum_client_images.teku }}"
teku_container_env:
JAVA_OPTS: "-Xmx12g"
JAVA_OPTS: "-Xmx20g" # 12g pinned the heap on a ~4M-entry registry; see PR body
VIRTUAL_HOST: "{{ ethereum_node_beacon_hostname }}"
VIRTUAL_PORT: "{{ ethereum_node_cl_ports_http_beacon | string }}"
LETSENCRYPT_HOST: "{{ ethereum_node_beacon_hostname }}"
Expand Down