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

vkAllocateMemory failed -2 #57

Closed
gregfr opened this issue Sep 5, 2022 · 6 comments
Closed

vkAllocateMemory failed -2 #57

gregfr opened this issue Sep 5, 2022 · 6 comments

Comments

@gregfr
Copy link

gregfr commented Sep 5, 2022

Greetings

I'm trying to use UPscayl but whatever the image I try, I get this error:

vkAllocateMemory failed -2

What did I miss?

Thanks in advance

Upscayl version 1.2.0 appimage
Vulkan Instance Version: 1.1.114

@NayamAmarshe
Copy link
Member

It just means you ran out of memory. Vulkan is trying to allocate memory but is failing because it's exceeding your hardware limits. Can't do anything about this, sorry :(

@gregfr
Copy link
Author

gregfr commented Oct 5, 2022

What memory? the GPU's or the main?

@NayamAmarshe
Copy link
Member

What memory? the GPU's or the main?

GPU

@sarisarinyama
Copy link

It worked fine in 2.0.1, but this version says there is not enough memory.

@aaronliu0130
Copy link
Member

Are you sure you have the same amount of memory?

@aaronliu0130 aaronliu0130 closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2023
@sarisarinyama
Copy link

I'm sorry. It was due to the fact that I tried to use it right after updating and selected a model that did not exist in the latest version. I re-selected the model and it worked.

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

4 participants