Hi,

As discuss in one other thread, I known that there is a bug in Virtuozzo that show strange values for swap:

Code:
Swap:	   0k av, 18014394214522488k used, 4294959496k free					   0k cached
(Note: These stats don't reflect the real value of the Swap)

I would like to known if it's the same problem for the value in red below:

Code:
 
root@nation [~]# cat /proc/user_beancounters
Version: 2.5																   
	   uid  resource		   held	maxheld	barrier	  limit	failcnt
	   248: kmemsize		4216956	4250000   41943040   44711280		  0
			lockedpages		   0		  0		128		128		  0
			privvmpages	   47002	  47637	 131072	 131072	 617703
			shmpages			859		859	  18192	  18192		  0
			dummy				 0		  0		  0		  0		  0
			numproc			 116		116		500		500		  0
			physpages		 38292	  38506		  0 2147483647		  0
			vmguarpages		   0		  0	 262144 2147483647		  0
			oomguarpages	  40242	  40456 2147483647 2147483647		  0
			numtcpsock		   23		 30		800		800		  0
			numflock			  1		  1		100		110		  0
			numpty				1		  1		 16		 16		  0
			numsiginfo		   78		 80		256		256		  0
			tcpsndbuf		 27332	  87696	3194880	5242880		  0
			tcprcvbuf			 0	   4456	3194880	5242880		  0
			othersockbuf	  13368	 192984	1320960	3368960	  23661
			dgramrcvbuf		   0		  0	1320960	1320960		  0
			numothersock		 11		 13		800		800		  0
			dcachesize	   585480	 607292	5242880	5488640		  0
			numfile			2097	   2111	  12800	  12800		  0
			dummy				 0		  0		  0		  0		  0
			dummy				 0		  0		  0		  0		  0
			dummy				 0		  0		  0		  0		  0
			numiptent		   306		306		750		750		  0
Also, I would like to known how we can reset the failcount numbers. I have made serious optimization to my script codes (and also disable many sections of my website), and I want to see if the problem I have will happen again. I have restarted my VPS but that did'nt work...

Thanks!