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

Runs out of memory while loading file, crashes #25

Open
noonesgonnasayyouraoki opened this issue May 19, 2024 · 1 comment
Open

Runs out of memory while loading file, crashes #25

noonesgonnasayyouraoki opened this issue May 19, 2024 · 1 comment

Comments

@noonesgonnasayyouraoki
Copy link

I'm trying to load a 2gb assets file from a unity game but its causing memory to spike causing the screen to turn black and crash a ton of stuff. any way to avoid this memory leak?

@BigGame2004
Copy link

One of the quirks of ASGUI is that whatever assets it pulls out of these unity files gets stored into RAM, which is a problem when there are more assets then RAM. As far as I can see the program has nothing built in to stop it from using so much RAM it crashes windows when loading too much stuff, your only options are to either manually load less then 300MB of unity files at a time whenever possible or get at the very least 16GB of RAM.

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