vm.pmap.pcid_enabled="0" seems to eliminate Java/Jenkins crashing problems in FBSD 10

Craig Rodrigues rodrigc at FreeBSD.org
Thu Feb 20 04:45:18 UTC 2014


Hi,

I am followed Jung-uk Kim's advice here:

http://lists.freebsd.org/pipermail/freebsd-java/2014-February/010582.html


and configured the one of the FreeBSD stable/10 VM's (running at r261732)
that I have running
under BHyve with the
following in /boot/loader.conf:

vm.pmap.pcid_enabled="0"


In this VM, I then ran a Jenkins build, and it ran successfully to
completion.
You can see the logs for this  build here:
https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/146/


Previously, I had problems with the JVM crashing:
http://lists.freebsd.org/pipermail/freebsd-java/2014-February/010536.html

I did not encounter problems with the JVM crashing
after setting vm.pmap.pcid_enabled="0".

Thanks.
--
Craig


More information about the freebsd-java mailing list