This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients barry, ned.deily, pitrou, skrah, vstinner
Date 2011-05-05.07:10:23
SpamBayes Score 8.032822e-05
Marked as misclassified No
Message-id <1304579424.71.0.878130898258.issue11962@psf.upfronthosting.co.za>
In-reply-to
Content
The FreeBSD bot had these error messages in the log files:

1) kernel: swap_pager: indefinite wait buffer: device
2) Approaching the limit on PV entries, consider increasing either the vm.pmap.shpgperproc or the vm.pmap.p
v_entry_max sysctl.


I set up the bot from scratch with these changes:

a) Use swap partition (2GB) instead of swap file (2 GB).

b) Use these sysctls:

     kern.ipc.shm_use_phys=1
     vm.pmap.shpgperproc=4096
     vm.pmap.pv_entry_max=16777216

c) Use self-compiled Python2.7 instead of the system Python2.6.


Let's see how that works out. Error 1) is bad, perhaps FreeBSD
does not play well with the qcow2 file system under high load.
History
Date User Action Args
2011-05-05 07:10:24skrahsetrecipients: + skrah, barry, pitrou, vstinner, ned.deily
2011-05-05 07:10:24skrahsetmessageid: <1304579424.71.0.878130898258.issue11962@psf.upfronthosting.co.za>
2011-05-05 07:10:24skrahlinkissue11962 messages
2011-05-05 07:10:23skrahcreate