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

Solana Base RPC Node sample configuration is not appropriate #171

Closed
1 task done
andrestone opened this issue Feb 18, 2025 · 1 comment · Fixed by #173
Closed
1 task done

Solana Base RPC Node sample configuration is not appropriate #171

andrestone opened this issue Feb 18, 2025 · 1 comment · Fixed by #173
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@andrestone
Copy link

Description

Running solana with the latest version (2.1.13 at the time of writing) and the recommended compute instance for ARM (r8g.12xlarge) results in:

[2025-02-18T14:04:39.652889070Z ERROR agave_validator] Failed to start validator: PoH hashes/second rate is slower than the cluster target: mine 5235401, cluster 10000000

    Stack backtrace:
       0: std::backtrace::Backtrace::create
       1: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
       2: solana_core::validator::Validator::new
       3: agave_validator::main
       4: std::sys::backtrace::__rust_begin_short_backtrace
       5: std::rt::lang_start::{{closure}}
       6: std::rt::lang_start_internal
       7: main
       8: <unknown>
       9: __libc_start_main
      10: _start
  • ✋ I have searched the open/closed issues and my issue is not listed.
@StayHungryStayFoolish
Copy link

Please use the r7a.24xlarge instance and an EBS of type io2 with 30,000 IOPS. It is recommended to modify the configuration using the .env-sample-extendedrpc-x86 file. The r8g.12xlarge instance may not be able to keep up with the Solana mainnet block height.

@frbrkoala frbrkoala self-assigned this Feb 25, 2025
@frbrkoala frbrkoala added the documentation Improvements or additions to documentation label Feb 25, 2025
@frbrkoala frbrkoala linked a pull request Feb 25, 2025 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants