Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
(hopefully) fix the memory issues in the VMs
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 20 Nov 2016 18:18:49 +0000 (19:18 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 20 Nov 2016 18:23:02 +0000 (19:23 +0100)
commit069e3778afeb19b676671732f94e986d3ed73d06
tree5f2236da76578a64a4dd511dda633a958dbf45b2
parent0f006bc6ea77c06645cdc324129c469e39224b61
(hopefully) fix the memory issues in the VMs

- Create and populate an host extension, used by the VM plugin to
  check the total amount of memory of that host and whether this host
  allows overcommiting VM above this value.
- This is a great step toward the pluginization of the VMs
- Unfortunately, there is no way to change these values for an host
  yet :-|
src/msg/msg_vm.cpp
src/plugins/vm/VmHostExt.cpp
src/plugins/vm/VmHostExt.hpp
src/simix/smx_vm.cpp