Skip to content

Commit

Permalink
Update simulation startup flags
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettsummerfi3ld committed Mar 6, 2024
1 parent 881331c commit cc7bede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
}
},
],
"java.test.defaultConfig": "WPIlibUnitTests"
"java.test.defaultConfig": "WPIlibUnitTests",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
}

0 comments on commit cc7bede

Please sign in to comment.