Date: Fri, 15 May 2015 11:38:16 +0900 From: "Daisuke Aoyama" <aoyama@peach.ne.jp> To: "Andreas Andersson" <aandersson@tappsi.co>, <freebsd-arm@freebsd.org> Subject: Re: Performance issues with raspberry pi 2 Message-ID: <3AB5ECCF20894591B4DF5FCBA8CA49BB@ad.peach.ne.jp> In-Reply-To: <CAOx9_ZiUw5nkBK=Bsumb=K2W1hv0P%2BNAwT7OXE7VAz_96awqOw@mail.gmail.com> References: <CAOx9_ZiUw5nkBK=Bsumb=K2W1hv0P%2BNAwT7OXE7VAz_96awqOw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, > But freebsd 11 on rpi2 suffers permance issues. Severely. > > For instance, the same code I am running (tornado project which inserts > stuff to rabbitmq) is running at ~190 req/s or 190 publishments/sec (to > rabbitmq) on raspbian. > > On FreeBSD 11 this is at around 85/s. Did you enable powerd? RPi2 firmware boot up with 600MHz(power saved mode). It's slower than RPi1 such as model B+. The maximum rated frequency(900MHz in RPi2 case) can be used when you enable powerd or set sysctl value. powerd is requirement on RPi2, not an option like RPi1 anymore. I suggest that you enable powerd in FreeBSD official image and/or crochet for RPi2. Regards, -- Daisuke Aoyama
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AB5ECCF20894591B4DF5FCBA8CA49BB>