nox icon indicating copy to clipboard operation
nox copied to clipboard

feat(config): Introduce ephemeral and persistent storage [fixes NET-759 NET-760]

Open gurinderu opened this issue 2 years ago • 2 comments

Description

Introduce ephemeral and persistent storage to Nox.

Motivation

The goal is to separate data stored in a ~10Gb RAM Disk (aka ephemeral storage) from data stored on SSD but limited to 100-500Mb.

Related Issue(s)

NET-759 NET-760

Checklist

  • [ ] The code follows the project's coding conventions and style guidelines.
  • [ ] All tests related to the changes have passed successfully.
  • [ ] Documentation has been updated to reflect the changes (if applicable).
  • [ ] All new and existing unit tests have passed.
  • [ ] I have self-reviewed my code and ensured its quality.
  • [ ] I have added/updated necessary comments to aid understanding.

Reviewer Checklist

  • [ ] Code has been reviewed for quality and adherence to guidelines.
  • [ ] Tests have been reviewed and are sufficient to validate the changes.
  • [ ] Documentation has been reviewed and is up to date.
  • [ ] Any questions or concerns have been addressed.

gurinderu avatar Feb 20 '24 13:02 gurinderu