1. 14 4月, 2012 2 次提交
  2. 20 3月, 2012 1 次提交
  3. 14 1月, 2012 1 次提交
  4. 05 12月, 2011 1 次提交
  5. 09 9月, 2011 1 次提交
    • A
      xen-mapcache: Fix rlimit set size. · 56c119e5
      Anthony PERARD 提交于
      Previously, the address space soft limit was set mcache_max_size. So,
      before the mcache_max_size was reached by the mapcache, QEMU was killed
      for overuse of the virtual address space.
      
      This patch fix that by setting the soft limit the maximum than can have
      QEMU. So the soft and hard limit are always set to RLIM_INFINITY if QEMU
      is privileged.
      
      In case QEMU is not run as root and the limit is too low, the maximum
      mapcache size will be set the rlim_max - 80MB because observed that QEMU
      use 75MB more than the maximum mapcache size after several empirical
      tests.
      Signed-off-by: NAnthony PERARD <anthony.perard@citrix.com>
      Signed-off-by: NStefano Stabellini <stefano.stabellini@eu.citrix.com>
      56c119e5
  6. 21 8月, 2011 1 次提交
  7. 29 7月, 2011 1 次提交
  8. 27 7月, 2011 1 次提交
  9. 17 7月, 2011 1 次提交
  10. 19 6月, 2011 3 次提交
  11. 08 5月, 2011 3 次提交