Skip to content

Commit

Permalink
Make optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jan 28, 2025
1 parent 8216905 commit 1449cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/cpp/blaze.cc
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,9 @@ static vector<string> GetServerExeArgs(const blaze_util::Path &jvm_path,
#if defined(_WIN32)
// See and use more than 64 CPUs on Windows.
// https://bugs.openjdk.org/browse/JDK-6942632
result.push_back("-XX:+IgnoreUnrecognizedVMOptions");
result.push_back("-XX:+UseAllWindowsProcessorGroups");
result.push_back("-XX:-IgnoreUnrecognizedVMOptions");
#endif

if (startup_options.host_jvm_debug) {
Expand Down

0 comments on commit 1449cff

Please sign in to comment.