Apply Custom-rewrite recipe which detect duplicate parameters to my actual project on 11000 heavy groovy files. #5846
Unanswered
Programmer-1995
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can optimize the performance and and what configuration should do while apply custom-rewrite recipe to my actual project on 11000 heavy groovy files. My custom-rewrite recipe which detect duplicate parameters it recursively scan each and every groovy files.My My system ram is 32gb and below are the gradle.properties configuration i have done:
org.gradle.jvmargs=-Xmx25g -Xms4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseG1GC
org.gradle.daemon=true
tomcat7Version = 7.0.59
tomcat7ServletApiVersion = 3.0.1
dockerTestDb=false
junit5Version = 5.7.2
junit5PlatformVersion = 1.7.2
JAVA_OPTS="-Dfile.encoding=UTF-8"
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.workers.max=6
org.gradle.configuration-cache=true
Please let me know any further configuration for fasters rewrite execution performance.
Beta Was this translation helpful? Give feedback.
All reactions