Opened 16 months ago
Closed 16 months ago
#442 closed defect (notanissue)
DispVM: if there is not enough memory tell user about it...
| Reported by: | joanna | Owned by: | joanna |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1 |
| Component: | core | Keywords: | |
| Cc: |
Description
... instead silently hanging indefinitely for the memory to become available, which might be only after a few hours or days.
Change History (1)
comment:1 Changed 16 months ago by joanna
- Resolution set to notanissue
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

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.