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

Swap older history waveforms out to disk #311

Open
azonenberg opened this issue Mar 24, 2021 · 1 comment
Open

Swap older history waveforms out to disk #311

azonenberg opened this issue Mar 24, 2021 · 1 comment
Labels
core Core application logic enhancement New feature or request

Comments

@azonenberg
Copy link
Collaborator

Not all glscopeclient users have 192GB of RAM on their workstation. It would be nice to allow extremely deep history even on low-memory machines by flushing sample data from older history waveforms to disk (keeping metadata in RAM for fast indexing).

Ideally the maximum RAM and disk history cache sizes would be specified in MB/GB under separate preferences, rather than forcing the user to specify history depth in waveforms (which may change RAM usage as capture settings change).

@azonenberg azonenberg added enhancement New feature or request core Core application logic labels Mar 24, 2021
@azonenberg
Copy link
Collaborator Author

Additionally, we should avoid burning GPU memory on older historical waveforms. Care may be needed to ensure that we properly recycle CPU+GPU waveforms to avoid wasting time on allocations, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core application logic enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant