Merge branch 'master' of ssh://git.qubes-os.org/var/lib/qubes/git/joanna/core

This commit is contained in:
Marek Marczykowski 2012-01-30 10:17:59 +01:00
commit 98d9e9af95
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ def refresh_meminfo_for_domain(domain, untrusted_xenstore_key):
def prefmem(domain):
CACHE_FACTOR = 1.3
MIN_PREFMEM = 100*1024*1024
MIN_PREFMEM = 200*1024*1024
#dom0 is special, as it must have large cache, for vbds. Thus, give it a special boost
if domain.id == '0':
return min(domain.mem_used*CACHE_FACTOR + 350*1024*1024, domain.memory_maximum)

View File

@ -1 +1 @@
1.7.5
1.7.7

View File

@ -1 +1 @@
1.7.5
1.7.6