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

SHS-NG M8: Limit disk usage of the history server. #18

Closed
wants to merge 1 commit into from

Commits on May 5, 2017

  1. SHS-NG M8: In-memory KVStore implementation.

    This change adds an in-memory implementation of KVStore that can be
    used by the live UI. It's not hooked up to the history server.
    
    By default the UI will try to use a disk store, but fall back to
    in-memory if that fails (e.g. because of JNI issues). The user can
    configure to force use of disk or in-memory. The build scripts were
    updated to use the in-memory store for unit tests, since it's probably
    a little faster.
    
    The implementation is definitely not optimized, neither for speed nor
    space.
    Marcelo Vanzin committed May 5, 2017
    Configuration menu
    Copy the full SHA
    5957f02 View commit details
    Browse the repository at this point in the history