Gradle leaves java as a process even after closing android studio -


on mac system whenever close android studio leaves java process , java process keep running , keep hogging ram memory.having mac 4gb sometime painful if see java process taking upto 1gb of ram enter image description here

enter image description here

is there option in android studio quit process related should closed or command can run cleanup?

from the documentation:

daemon processes automatically terminate after 3 hours of inactivity. if wish stop daemon process before this, can either kill process via operating system or run gradle --stop command. --stop switch causes gradle request running daemon processes, of same gradle version used run command, terminate themselves.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -