Hi!
Could someone tell me what qmemman tries to tell me from time to time
when it is logging this (line wrapping by my editor):
Dez 10 03:29:05 dom0 qmemman.systemstate[2624]:
Xen free = 61143341669 too small for satisfy assignments!
assigned_but_unused=61301070009L, domdict=
{'1': {'last_target': 314572800, 'meminfo': None, 'memory_current':
312463360L, 'no_progress': False, 'memory_actual': 314572800,
'memory_maximum': 314572800, 'mem_used': None, 'id': '1',
'slow_memset_react': False},
'0': {'last_target': 65586845881, 'meminfo': {'MemTotal':
4287901696,
'Cached': 1112002560, 'SwapFree': 63999832064, 'SwapTotal': 63999832064,
'MemFree':
2623762432, 'Buffers': 5431296}, 'memory_current':
4287885312L, 'no_progress': False, 'memory_actual': 65586845881,
'memory_maximum': 68578967552, 'mem_used': 546705408, 'id': '0',
'slow_memset_react': False},
'3': {'last_target': 524288000, 'meminfo': None, 'memory_current':
524288000L, 'no_progress': False, 'memory_actual': 524288000L,
'memory_maximum':
3145728000, 'mem_used': None, 'id': '3',
'slow_memset_react': False},
'2': {'last_target': 524288000, 'meminfo': None, 'memory_current':
524288000L, 'no_progress': False, 'memory_actual': 524288000L,
'memory_maximum':
3145728000, 'mem_used': None, 'id': '2',
'slow_memset_react': False},
'4': {'last_target': 419430400, 'meminfo': None, 'memory_current':
419430400L, 'no_progress': False, 'memory_actual': 419430400L,
'memory_maximum':
4194304000, 'mem_used': None, 'id': '4',
'slow_memset_react': False}
}
I'm not really running out of memory, am I? It is happening with about
10 template VMs running which could be using up 40 GB at most (as all
have a maximum of 4000 MB in their configurations).
Achim