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

Fix buffer persistence issue in Hermes Frontend Dockerfile #1883

Closed
wants to merge 1 commit into from

Conversation

bgalek
Copy link
Member

@bgalek bgalek commented Jul 25, 2024

Related to #1846

Update Dockerfile and build.gradle to enable Hermes Frontend to run on Docker with JRE when buffer persistence using OpenHFT ChronicleMap is enabled.

  • Dockerfile Changes:

    • Change the base image from eclipse-temurin:17.0.7_7-jre to eclipse-temurin:17.0.7_7-jdk.
    • Add JVM arguments to support ChronicleMap in the CMD instruction.
  • build.gradle Changes:

    • Add JVM arguments to support ChronicleMap in the HERMES_FRONTEND_OPTS environment variable.
    • Ensure the JVM arguments are included in the test task.

For more details, open the Copilot Workspace session.

@bgalek
Copy link
Member Author

bgalek commented Jul 25, 2024

that was just a test, don't worry about it ;)

@bgalek bgalek closed this Jul 25, 2024
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

Successfully merging this pull request may close these issues.

1 participant