Fork me on GitHub
#onyx
<
2017-08-14
>
aaelony01:08:43

wow. Simon Belak's EuroClojure talk use's Neanderthal, Cortex, and Onyx together... Worth a view! https://www.youtube.com/watch?v=SpLlsM2amuU&amp;list=PLZdCLR02grLpzt6WENiHe16-vx74VbCw_

michaeldrogalis14:08:05

Simon’s been doing wicked cool stuff with Onyx for a while, glad he got out there to speak. 🙂

stephenmhopper21:08:19

I have a deployed Onyx application. It's not currently processing any messages, but CPU utilization is still quite high (around 80%). I know there's a lot of variables, but is this to be expected?

lucasbradstreet21:08:26

That is very high, but how many peers are you using, on how many cores? It's probably due to the idle sleep settings on the peers.

lucasbradstreet21:08:46

Those defaults should potentially be higher for most people.

stephenmhopper21:08:32

oh hey. Yeah, that's probably it. Thank you!

stephenmhopper21:08:48

I searched the docs for "CPU" and "utilization" but couldn't find anything

lucasbradstreet22:08:42

Out of interest, how many peers were you running on how many cores?