We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eba445a + 0bd4f37 commit 7fbe213Copy full SHA for 7fbe213
scripts/benv
@@ -194,6 +194,14 @@ function setupShield() {
194
checkFail $? "shield kernel processes" "$log"
195
logOk "moved kernel processes to 'system' CPU set"
196
197
+ # Avoid JDK 16 warning which messes up JMH.
198
+ # Is there as better way to do this?
199
+ #
200
+ # $/usr/lib/jvm/jdk-16.0.1+9/bin/java -version
201
+ # [0.000s][warning][os,container] Duplicate cpuset controllers detected. Picking /sys/fs/cgroup/cpuset, skipping /cpusets.
202
+ # openjdk version "16.0.1" 2021-04-20
203
+ sudo umount /cpusets
204
+
205
checkShield
206
}
207
0 commit comments