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

Documentation on how to get max node performance with GraalVM #8170

Open
OlegJakushkin opened this issue Jan 24, 2025 · 0 comments
Open

Documentation on how to get max node performance with GraalVM #8170

OlegJakushkin opened this issue Jan 24, 2025 · 0 comments

Comments

@OlegJakushkin
Copy link

Description

As a PoA chain hoster, I want to understand how to increase performance using GraaLVM to get better TPS.

Acceptance Criteria

  • There is a doc outlining how to run GraalVM-based besu nodes to achieve top performance
    • Possible compilation arguments/parameters
    • Possible runtime parameters and what they depend on

Logs (if a change in behaviour)

FROM ghcr.io/graalvm/graalvm-community:21
RUN microdnf -y install findutils 
	
COPY . /besu

WORKDIR /besu
RUN ./gradlew nativeCompile --parallel  --dependency-verification=off
RUN ./gradlew installDist  --continue --parallel   --dependency-verification=off

EXPOSE 8545 8546 8547

CMD ["/besu/build/install/besu/bin/besu", "--help"]
ENTRYPOINT ["/besu/build/install/besu/bin/besu"]

Versions (Add all that apply)

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

1 participant