--- misc/xenconsole/index.php 2013/03/26 17:09:03 1959 +++ misc/xenconsole/index.php 2013/03/26 17:17:12 1960 @@ -223,6 +223,7 @@ if (action == "setMemory") { val = prompt("Set memory target"); + val *= (1024*1024); if (val == "" || val == null) { return; }