Skip to content

Commit a3a0492

Browse files
committed
Temporarily work around regression in vscode-java for UI test suite.
- Define HeapDumpPath to work around regression causing failure when no project workspace is defined Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent caed8f5 commit a3a0492

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"http.systemCertificates": false
2+
"http.systemCertificates": false,
3+
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -XX:HeapDumpPath=${HOME}"
34
}

0 commit comments

Comments
 (0)