Date: Tue, 27 Jul 2010 10:33:42 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: Jason <lisen1001@gmail.com> Cc: bsd <freebsd-questions@freebsd.org> Subject: Re: What's the meaning of this warn? Message-ID: <44zkxd6lkp.fsf@be-well.ilk.org> In-Reply-To: <4C4BB441.2040103@gmail.com> (Jason's message of "Sun, 25 Jul 2010 11:49:21 %2B0800") References: <4C4BB441.2040103@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Jason <lisen1001@gmail.com> writes: > HI,ALL: > > My freebsd server offer service to thousands of clients. > I found lots of warning in the /var/log/message like this :"Approaching > the limit on PV entries, consider increasing either the > vm.pmap.shpgperproc or the vm.pmap.pv_entry_max tunable" > > My question is : > 1.what is the meaning of PV? Physical-to-Virtual mappings. > 2.Although there are lots of this warning,my server works still well. > Could someone explain the meaning of this warning ? With thousands of people running the same programs, there will be a lot of mappings for the memory pages containing the programs themselves, the libraries they use, and so on. As long as you're not running out of memory in general, you might get better performance by having more pv_entry structures available in the system.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44zkxd6lkp.fsf>