Browse Source

disable jni (#6091)

* update smart-http to 1.0.15-SNAPSHOT

* optimize performance

* update smart-http to 1.0.15

* update aio-enhance to 1.0.1-SNAPSHOT

* optimize performance

* optimize performance

* update smart-http to 1.0.16-SNAPSHOT

* update smart-http to 1.0.17-SNAPSHOT

* update aio-enhance to 1.0.2-SNAPSHOT

* disable jni

Co-authored-by: 三刀 <[email protected]>
三刀 4 years ago
parent
commit
5f23fac896

+ 2 - 2
frameworks/Java/firenio/firenio-http-lite.dockerfile

@@ -16,8 +16,8 @@ CMD java                       \
     -Dpool=true                \
     -Dlevel=1                  \
     -Dread=false               \
-    -Depoll=true               \
+    -Depoll=false               \
     -Dnodelay=true             \
     -Dcachedurl=true           \
-    -DunsafeBuf=true           \
+    -DunsafeBuf=false           \
     -jar /firenio/target/firenio-example-0.1-jar-with-dependencies.jar

+ 2 - 2
frameworks/Java/firenio/firenio.dockerfile

@@ -16,8 +16,8 @@ CMD java                       \
     -Dpool=true                \
     -Dlevel=1                  \
     -Dread=false               \
-    -Depoll=true               \
+    -Depoll=false               \
     -Dnodelay=true             \
     -Dcachedurl=false          \
-    -DunsafeBuf=true           \
+    -DunsafeBuf=false           \
     -jar /firenio/target/firenio-example-0.1-jar-with-dependencies.jar