<div dir="ltr">On 19 February 2013 21:54, JF Bastien <span dir="ltr"><<a href="mailto:jfb@google.com" target="_blank">jfb@google.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi Renato,<div><br></div><div>I'm playing with A15 bots too (running Ubuntu). This is probably what you want to have predictable performance:</div><div><br></div><div><div>Disable auto-resetting the CPU scaling governor to ondemand:</div>

<div>  sudo update-rc.d -f ondemand remove</div><div><br></div><div>Then add this to /etc/rc.local:</div><div>  # Disable power management.</div><div>  for cpu in `find /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor`; do</div>

<div>    echo performance > $cpu</div><div>  done</div></div></div></blockquote><div><br></div><div style>Done, Thanks!</div><div style><br></div><div style>--renato</div></div></div></div>