Opened 2 years ago
Closed 20 months ago
#246 closed defect (fixed)
qmemman doesn't distribute free memory after VM shutdown
| Reported by: | marmarek | Owned by: | marmarek |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1 Beta 3 |
| Component: | core | Keywords: | |
| Cc: |
Description
After VM shutdown memory left as xen free. It should be distributed to VMs instantly...
Now qmemman waits for any other event: VM meminfo update or memory request from qvm-start.
I've tried to fix it, but unfortunately without success:
http://git.qubes-os.org/gitweb/?p=marmarek/core.git;a=commit;h=bd447308fe03240d781eecb856153b1ac5461dc4
Change History (7)
comment:1 Changed 21 months ago by joanna
- Milestone changed from Release 1 Beta 3 to Release 1 Beta 2
comment:2 Changed 21 months ago by joanna
- Priority changed from minor to major
comment:3 Changed 21 months ago by marmarek
- Milestone changed from Release 1 Beta 2 to Release 1 Beta 3
comment:4 Changed 21 months ago by joanna
- Priority changed from major to minor
comment:5 Changed 20 months ago by joanna
- Priority changed from minor to major
comment:6 Changed 20 months ago by marmarek
- Owner changed from joanna to marmarek
- Status changed from new to accepted
comment:7 Changed 20 months ago by marmarek
- Resolution set to fixed
- Status changed from accepted to closed

The impact is minor as memory will be balanced upon first request for it (starting new VM or need for memory from already running VM).
The next try can be "@releaseDomain" xenstore watch (see xen-4.0.1/source/docs/misc/xenstore.txt#185).