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

Use less memory #1242

Closed
emilk opened this issue Feb 13, 2023 · 1 comment
Closed

Use less memory #1242

emilk opened this issue Feb 13, 2023 · 1 comment
Assignees
Labels
📉 performance Optimization, memory use, etc 🎄 tracking issue issue that tracks a bunch of subissues

Comments

@emilk
Copy link
Member

emilk commented Feb 13, 2023

The Rerun Viewer currently use more memory than necessary. Luckily there are a bunch of low-hanging fruit. Like:

Images

DynamicImage

Don't cache DynamicImage in the ImageCache.
It is only used when zooming in on an image, and we could do that on the GPU instead

Don't store textures twice

We currently use 2x the VRAM for textures:

@emilk emilk added 📉 performance Optimization, memory use, etc 🎄 tracking issue issue that tracks a bunch of subissues labels Feb 13, 2023
@emilk emilk self-assigned this Feb 21, 2023
@emilk emilk removed their assignment Feb 21, 2023
@emilk
Copy link
Member Author

emilk commented Mar 20, 2023

This is a badly named tracking issue. Let's just use the individual issues.

@emilk emilk closed this as completed Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📉 performance Optimization, memory use, etc 🎄 tracking issue issue that tracks a bunch of subissues
Projects
None yet
Development

No branches or pull requests

2 participants