High cpu usage on mac

Hi.

When i run expo on my Mac and the simulator is open, i see its taking about 600% of my cpu.
The process is Exponent.

Could you please help me how to fix it if its unusual behaviour.

Thanks.

Hi @andolad !

it’s happened when you have some problems with your code,

for example:
force setState many times
a function that doesn’t finish the loop,

Typically to fix it, I go back to last changes that I did and check the code again.

Hi @eriveltonelias
Thanks for your reply.

In my case, i had a console.log for a big object ( default object for some methods ).
So i think its a bug with expo IDE.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.