for Giraffe and Hedgehod, up until 6th Canary vers...
# android-studio
m
for Giraffe and Hedgehod, up until 6th Canary version, upon running the project Android Studio eats all the available CPU. seems same is happening with Iguana Canary 3. M1 Max anyone experiencing the same?
c
What does the Activity Monitor say?
m
this is all macOS Activity Monitor. only for fresh builds. when I run the project
idle
cpu goes to 0.0%,
java
and
Android Studio
tasks jump to the first place, ordered by cpu usage,
java
task is dominant for the most part with much more cpu usage/time but AS has it’s time at the top too. idk how good and/or useful this is, this is my first time trying to describe this kind of a problem 😄
if you need more detailed information feel free to ask for specifics
c
I meant the activity monitor inside android studio
m
I didn’t know this exists. this is at one moment of the process:
Copy code
%CPU  Subsystem

191.1  <Process total CPU usage>
 79.4  <JIT compiler>
 28.4  <unidentified: JobScheduler FJ pool>
 28.1  <unidentified: ApplicationImpl pooled thread>
  6.1  <Activity Monitor>
  5.9  Plugin Kotlin: kotlin.resolve.scopes (in org.jetbrains)
  4.4  <unidentified: DefaultDispatcher-worker->
  4.2  wm.impl.customFrameDecorations.header (in com.intellij.openapi)
Process total CPU usage
goes into 260 range at times
but I don’t think this is useful either