Skip to content

Commit 1b2161a

Browse files
authored
[Scala/otavia] Turn off nio optimization. (#9318)
1 parent cae4e43 commit 1b2161a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

frameworks/Scala/otavia/otavia-overshoot.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ EXPOSE 8080
99

1010
CMD java -server \
1111
-Dcc.otavia.actor.worker.size=64 \
12+
-Dcc.otavia.buffer.page.size=8 \
13+
-Dio.netty5.noKeySetOptimization=true \
1214
-jar \
1315
out/benchmark/assembly.dest/out.jar \
1416
jdbc:postgresql://tfb-database:5432/hello_world \

frameworks/Scala/otavia/otavia.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ EXPOSE 8080
99

1010
CMD java -server \
1111
-Dcc.otavia.actor.worker.size=56 \
12+
-Dcc.otavia.buffer.page.size=8 \
13+
-Dio.netty5.noKeySetOptimization=true \
1214
-jar \
1315
out/benchmark/assembly.dest/out.jar \
1416
jdbc:postgresql://tfb-database:5432/hello_world \

0 commit comments

Comments
 (0)