Grails clean leaves java process -
i using grails 2.3.5, think might bug in version of grails. whenever execute clean
command sts
have grails suite installed leaves java.exe background task.
i know grails clean
jvm process should terminated when when grails clean
finishes cleaning stays there forever instead wasting ~250 mb memory.
before executing clean
no of java processes : 1 (ie sts)
after executing clean
no of java processes : 2 (sts , clean)
and whenever kill process, stays same.
testes oss: win8 (jvm7)
ubuntu13.10 (jvm7)
in grails 2.3 there addition of forked execution, there option use daemon start time of grails. if comment out of forked mode config may fix issue.
Comments
Post a Comment