We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I noticed that the GC pause gradually keeps increasing when I use wildfly OpenSSL. I am using openssl openssl-1.1.1d
openssl-1.1.1d
$] /usr/java/jdk-11.0.9+11/bin/java -version openjdk version "11.0.9" 2020-10-20 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9+11) Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.23.0, JRE 11 Linux amd64-64-Bit Compressed References 20201022_810 (JIT enabled, AOT enabled) OpenJ9 - 0394ef754 OMR - 582366ae5 JCL - 3b09cfd7e9 based on jdk-11.0.9+11) $] ls /usr/local/ssl/lib engines-1.1 libcrypto.a libcrypto.so libcrypto.so.1.1 libssl.a libssl.so libssl.so.1.1 pkgconfig $] grep -i openssl logs/supervisord.log Nov 30, 2021 7:16:50 AM org.wildfly.openssl.SSL init INFO: WFOPENSSL0002 OpenSSL Version OpenSSL 1.1.1d 10 Sep 2019
Java code:
org.wildfly.openssl.OpenSSLProvider.registerFirst();
JVM arg: -Dorg.wildfly.openssl.path=/usr/local/ssl/lib
-Dorg.wildfly.openssl.path=/usr/local/ssl/lib
Maven:
<dependency> <groupId>org.wildfly.openssl</groupId> <artifactId>wildfly-openssl-java</artifactId> <version>2.1.4.Final</version> </dependency> <dependency> <groupId>org.wildfly.openssl</groupId> <artifactId>wildfly-openssl</artifactId> <version>2.1.4.Final</version> </dependency>
Without wildfly OpenSSL
With wildfly OpenSSL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I noticed that the GC pause gradually keeps increasing when I use wildfly OpenSSL. I am using openssl
openssl-1.1.1d
Java code:
org.wildfly.openssl.OpenSSLProvider.registerFirst();
JVM arg:
-Dorg.wildfly.openssl.path=/usr/local/ssl/lib
Maven:
Without wildfly OpenSSL
With wildfly OpenSSL
The text was updated successfully, but these errors were encountered: