Re: Graphical Desktops cause othersockbuf failures [message #10311 is a reply to message #10283] |
Wed, 14 February 2007 18:09  |
alevchuk
Messages: 22 Registered: February 2007 Location: University of California,...
|
Junior Member |
|
|
Yes - you are right. Later at night I started noticing other failcounters. I had to increase the following limit to eliminate the failcounters:
sudo vzctl set 232 --privvmpages 491520:535750 --save
sudo vzctl set 232 --numfile 20480:20480 --save
sudo vzctl set 232 --othersockbuf 1320960:3368960 --save
sudo vzctl set 232 --othersockbuf 1320960:3368960 --save
sudo vzctl set 232 --numothersock 800 --save
sudo vzctl set 232 --othersockbuf 1320960:3368960 --save
The values are the same as my original but multiplied by 10.
It works now!
There is only one warning dialog that pops-up when the Virtualized Xubuntu Feisty is starting: "Failed to initialize HAL!", but everithing works!
|
|
|