Does it make sense to see more than 2 `java` proce...
# gradle
u
Does it make sense to see more than 2
java
processes running? I presume 1 is for kotlin deamon, 2nd is for gradle daemon. But are 3, 4 necessary? They both seem to be pointing to gradle. Is this normal or possible a bug? (Since there are issues with new AS version not respecting the JDK path settings and using its own packages JRE etc; and no I’m not couting these in)
e
gradle wrapper + gradle daemon + whatever workers the daemon forks
it would not be surprising to see more than 2 Java processes, but it'll depend on the build