This repository was archived by the owner on Apr 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ _check_git() {
9595 ask_clone " workspace not ready: not a git repository"
9696 fi
9797
98- if [[ " $( git ls-files) " == " " && " $( git ls-files --others --exclude-standard) " == " " ]]; then
98+ if [[ " $( git ls-files --others --exclude-standard) " == " " ]] &&
99+ [[ " $( git ls-files) " == " " || $( git ls-files | sort | tr $' \n ' -) =~ ^(.gitignore-)? (LICENSE-)? (README-)? $ ]]
100+ then
99101 ask_clone " workspace not ready: empty file tree"
100102 fi
101103}
Original file line number Diff line number Diff line change 1010 "working_dir": "$project_path",
1111 "env" : {
1212 "JAVA_HOME": "/usr/lib/jvm/java-8-oracle",
13- "MAVEN_OPTS": "'-Xms32m' "
13+ "MAVEN_OPTS": "-XX:MaxNewSize=64m -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:+CMSParallelRemarkEnabled -XX:+UseTLAB -XX:ParallelGCThreads=6 "
1414 }
1515}
Original file line number Diff line number Diff line change 99 "working_dir": "$project_path",
1010 "env" : {
1111 "JAVA_HOME": "/usr/lib/jvm/java-8-oracle",
12- "MAVEN_OPTS": "' -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xms32m' "
12+ "MAVEN_OPTS": "-XX:MaxNewSize=64m -XX: +TieredCompilation -XX:TieredStopAtLevel=1 -XX:+CMSParallelRemarkEnabled -XX:+UseTLAB -XX:ParallelGCThreads=6 "
1313 }
1414}
Original file line number Diff line number Diff line change 1010 "working_dir": "$project_path",
1111 "env" : {
1212 "JAVA_HOME": "/usr/lib/jvm/java-8-oracle",
13- "MAVEN_OPTS": "' -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xms32m' "
13+ "MAVEN_OPTS": "-XX:MaxNewSize=64m -XX: +TieredCompilation -XX:TieredStopAtLevel=1 -XX:+CMSParallelRemarkEnabled -XX:+UseTLAB -XX:ParallelGCThreads=6 "
1414 }
1515}
You can’t perform that action at this time.
0 commit comments