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

Aggressive memory usage spike #23

Open
raluvy95 opened this issue Jun 8, 2024 · 1 comment
Open

Aggressive memory usage spike #23

raluvy95 opened this issue Jun 8, 2024 · 1 comment

Comments

@raluvy95
Copy link

raluvy95 commented Jun 8, 2024

While clicking on dice button to randomize the emojis, my memory consumption spikes from 47% to 83%
and returns back to normal after finished processing.

By the way, I have 16 GB of memory. This app consumes over 5 GB of memory for every process in just 2 seconds. It shouldn't consume that much of memory considering that the only purpose for this app is to show combo emoji.

@raluvy95 raluvy95 changed the title Aggressive memory spike Aggressive memory usage spike Jun 8, 2024
@halfmexican
Copy link
Owner

We have like a 50mb json file which contains all the supported emojis and combinations. This Json.Array is massive. I think you might've found a memory leak or something. I haven't seen memory usage above 700mb. I would love to have more space efficient solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants