nox
nox copied to clipboard
feat(config): Introduce ephemeral and persistent storage [fixes NET-759 NET-760]
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)
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.