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

Add Extremem support for more diverse workloads #57

Open
kdnilsen opened this issue Oct 7, 2020 · 0 comments
Open

Add Extremem support for more diverse workloads #57

kdnilsen opened this issue Oct 7, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@kdnilsen
Copy link
Contributor

kdnilsen commented Oct 7, 2020

As currently implemented, Extremem is best suited to modeling of application services that are running in steady state mode (allocating temporary objects at roughly the same pace they are discarding objects).

Extremem as currently impelmetned does not model workloads that depend on finalization or reference processing.

It also does not effectively model phase changes in which large numbers of newly allocated objects will have relatively long lifetimes (e.g. application startup and initialization) or in which large numbers of previously promoted objects are becoming garbage.

New workloads and configuration options for Extremem are required.

@kdnilsen kdnilsen added enhancement New feature or request help wanted Extra attention is needed labels Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant