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

DispVM: if there is not enough memory tell user about it... #442

Closed
marmarek opened this Issue Mar 8, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 6 Feb 2012 23:33 UTC
... instead silently hanging indefinitely for the memory to become available, which might be only after a few hours or days.

Migrated-From: https://wiki.qubes-os.org/ticket/442

@marmarek marmarek added this to the Release 1 milestone Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 8 Feb 2012 09:04 UTC
Ah, that seemed to be a problem on my side -- I just kept qc.request_memory() open in a console, without calling qc.close() (for debugging) and that was likely causing the problems.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 8 Feb 2012 09:04 UTC
Ah, that seemed to be a problem on my side -- I just kept qc.request_memory() open in a console, without calling qc.close() (for debugging) and that was likely causing the problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment