Skip to content

Commit

Permalink
IJPL-177888 Dump indexing diagnostics for interrupted scanning and in…
Browse files Browse the repository at this point in the history
…dexing

GitOrigin-RevId: 475611a108c9f6c87e3cbcdba9cd459cc4a572a9
  • Loading branch information
kornilova203 authored and intellij-monorepo-bot committed Feb 14, 2025
1 parent 8a84898 commit 5aa2034
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ open class IDETestContext(

fun withVerboseIndexingDiagnostics(dumpPaths: Boolean = false): IDETestContext =
applyVMOptionsPatch {
addSystemProperty("intellij.indexes.diagnostics.should.dump.for.interrupted.index.updaters", true)
addSystemProperty("intellij.indexes.diagnostics.limit.of.files", 10000)
addSystemProperty("intellij.indexes.diagnostics.should.dump.paths.of.indexed.files", dumpPaths)
// Dumping of lists of indexed file paths may require a lot of memory.
Expand Down

0 comments on commit 5aa2034

Please sign in to comment.