File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 690690 This value is managed separately for jdk11. See below.
691691 -->
692692 <surefire .Xmx>2200m</surefire .Xmx>
693+ <surefire .Xms>1000m</surefire .Xms>
694+
693695 <surefire .cygwinXmx>2200m</surefire .cygwinXmx>
696+ <surefire .cygwinXms>1000m</surefire .cygwinXms>
694697 <!-- Mark our test runs with '-Dhbase.build.id' so we can identify a surefire test as ours in a process listing
695698
696699 And for netty eventloops that have no explicit configuration, netty sets
697700 nioeventloopgroup thread count to CPU count * 2. Thats too much for mini
698701 clusters/tests.
699702 -->
700703 <hbase-surefire .argLine>-enableassertions -Dhbase.build.id=${build.id} -Xmx${surefire.Xmx}
701- -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
704+ -Xms ${surefire.Xms} - Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
702705 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true
703706 -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
704707 -Dio.netty.eventLoopThreads=3</hbase-surefire .argLine>
705708 <hbase-surefire .cygwin-argLine>-enableassertions -Xmx${surefire.cygwinXmx}
706- -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
709+ -Xms ${surefire.cygwinXms} - Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
707710 "-Djava.library.path=${hadoop.library.path} ;${java.library.path} "
708711 -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
709712 -Dio.opentelemetry.context.enableStrictContext=true</hbase-surefire .cygwin-argLine>
You can’t perform that action at this time.
0 commit comments