IQSS / IQSS/dataverse

As a Dataverse admin running Dataverse on Java 11, I'd like to experiment with ZGC

Open
#7,530 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.1k
Forks
564
Avg merge
2d 2h
Merged PRs (30d)
29

Description

ZGC is available in Java 11 and can handle heaps up to 16TB. @kcondon is interested because it attempts to deal with eventual memory fragmentation due to reclamation for faster allocation on an ongoing basis.

Quick start: -XX:+UseZGC -Xmx<size> -Xlog:gc

More at https://wiki.openjdk.java.net/display/zgc/Main

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository file or test is named. Start by reviewing the Java 11 runtime configuration and the supplied ZGC startup flags, then consult the linked ZGC documentation. Done should be a defined way to run Dataverse with ZGC and a recorded assessment of its effect on memory fragmentation and allocation.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
performance
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.