Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy a few nodes with --enable-yamux=true #148

Closed
Menduist opened this issue Jun 23, 2023 · 1 comment
Closed

Deploy a few nodes with --enable-yamux=true #148

Menduist opened this issue Jun 23, 2023 · 1 comment
Assignees

Comments

@Menduist
Copy link
Contributor

Menduist commented Jun 23, 2023

Added a new flag to nimbus unstable:

Could it be set to --enable-yamux=true on linux-07.ih-eu-mda1.nimbus.mainnet libp2p 3 & libp2p 4 nodes.

@jakubgs jakubgs self-assigned this Jun 23, 2023
jakubgs added a commit that referenced this issue Jun 23, 2023
@jakubgs
Copy link
Member

jakubgs commented Jun 23, 2023

Done:

  • de28d461 - nimbus.mainnet: enable yamux for 2 libp2p nodes

'linux-07.ih-eu-mda1.nimbus.mainnet': # Doesn't exist yet.
- { branch: 'stable', num: 1 }
- { branch: 'libp2p', num: 1 }
- { branch: 'libp2p', num: 2 }
- { branch: 'libp2p', num: 3, extra_flags: ['--enable-yamux=true'] }
- { branch: 'libp2p', num: 4, extra_flags: ['--enable-yamux=true'] }

Effect:

[email protected]:~ % grep yamux /etc/systemd/system/beacon-node-mainnet-libp2p-*.service
/etc/systemd/system/beacon-node-mainnet-libp2p-03.service:    --enable-yamux=true
/etc/systemd/system/beacon-node-mainnet-libp2p-04.service:    --enable-yamux=true

@jakubgs jakubgs closed this as completed Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants