[Users] Re: AW: Re: vzsplit question

vaverin vvs at sw.ru
Wed Dec 5 01:38:40 EST 2007



it looks like problem is here:

 390         privvm = guarpg * k_privvm[sl];
 391         if (privvm > PRIVVM_PVE * mem_total) {
 392                 privvm = PRIVVM_PVE * mem_total;
 393                 guarpg = privvm;
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 394         }
it is not recoomend to assign privvm for VE more than 60% RAM.
But I do not understand why this limit should increase guarpages.
At least it looks incorrect.

Thank you for bugreport,
Vasily Averin  


More information about the Users mailing list