Skip to content

Commit

Permalink
🐛 Disable git log indexing (QD-7829)
Browse files Browse the repository at this point in the history
  • Loading branch information
MekhailS authored and tiulpin committed Dec 11, 2023
1 parent 73573d3 commit 19a551d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ func propertiesFixture(enableStats bool, additionalProperties []string) []string
properties := []string{
"-Dfus.internal.reduce.initial.delay=true",
"-Dide.warmup.use.predicates=false",
"-Dvcs.log.index.enable=false",
fmt.Sprintf("-Didea.application.info.value=%s", filepath.Join(os.TempDir(), "entrypoint", "QodanaAppInfo.xml")),
"-Didea.class.before.app=com.jetbrains.rider.protocol.EarlyBackendStarter",
fmt.Sprintf("-Didea.config.path=%s", filepath.Join(os.TempDir(), "entrypoint")),
Expand Down
1 change: 1 addition & 0 deletions core/properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func getPropertiesMap(
"-Didea.qodana.thirdpartyplugins.accept": "true",
"-Dqodana.automation.guid": QuoteIfSpace(analysisId),
"-Dide.warmup.use.predicates": "false",
"-Dvcs.log.index.enable": "false",

"-XX:SoftRefLRUPolicyMSPerMB": "50",
"-XX:MaxJavaStackTraceDepth": "10000",
Expand Down

0 comments on commit 19a551d

Please sign in to comment.