You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/10/14 18:09:51 UTC

[GitHub] [camel-quarkus] dhartford opened a new issue #275: camel-quarkus-integration-test-core -Dnative outofmemory error

dhartford opened a new issue #275: camel-quarkus-integration-test-core -Dnative outofmemory error
URL: https://github.com/apache/camel-quarkus/issues/275
 
 
   fresh 2019-10-14 pull from master, project root
   
   ./mvnw clean install -Dnative  (non-native is fine)
   
   uname -a
   Darwin C02XC25MJGH6 17.7.0 Darwin Kernel Version 17.7.0: Fri Jul  6 19:54:51 PDT 2018; root:xnu-4570.71.3~2/RELEASE_X86_64 x86_64
   
   docker --version
   Docker version 19.03.0-beta3, build c55e026
   
   mvn --version
   Apache Maven 3.5.4 
   
   java -version
   java version "1.8.0_192"
   
   logs
   ```
   [INFO] --- quarkus-maven-plugin:0.23.2:native-image (native-image) @ camel-quarkus-integration-test-core ---
   [INFO] [io.quarkus.creator.phase.nativeimage.NativeImagePhase] Running Quarkus native-image plugin on Java HotSpot(TM) 64-Bit Server VM
   [INFO] [io.quarkus.creator.phase.nativeimage.NativeImagePhase] docker run -v /Users/dhartford/VSCodeProjects/camel-quarkus/integration-tests/core/test/target:/project:z --rm quay.io/quarkus/ubi-quarkus-native-image:19.2.0.1 -J-Djava.util.logging.manager=org.jboss.logmanager.LogManager -J-Dio.netty.leakDetection.level=DISABLED -J-Dvertx.logger-delegate-factory-class-name=io.quarkus.vertx.core.runtime.VertxLogDelegateFactory -J-Dsun.nio.ch.maxUpdateArraySize=100 -J-Dcom.sun.xml.bind.v2.bytecode.ClassTailor.noOptimize=true -J-Dio.netty.allocator.maxOrder=1 -J-Dvertx.disableDnsResolver=true --initialize-at-build-time= -H:InitialCollectionPolicy=com.oracle.svm.core.genscavenge.CollectionPolicy$BySpaceAndTime -jar camel-quarkus-integration-test-core-0.2.1-SNAPSHOT-runner.jar -J-Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -H:FallbackThreshold=0 -H:+ReportExceptionStackTraces -H:-AddAllCharsets -H:EnableURLProtocols=http -H:-JNI --no-server -H:-UseServiceLoaderFeature -H:+StackTrace
   [camel-quarkus-integration-test-core-0.2.1-SNAPSHOT-runner:25]    classlist:  11,558.46 ms
   [camel-quarkus-integration-test-core-0.2.1-SNAPSHOT-runner:25]        (cap):   1,172.96 ms
   [camel-quarkus-integration-test-core-0.2.1-SNAPSHOT-runner:25]        setup:   2,739.62 ms
   17:33:50,947 INFO  [org.jbo.threads] JBoss Threads version 3.0.0.Final
   Exception in thread "native-image pid watcher" java.lang.OutOfMemoryError: GC overhead limit exceeded
   [camel-quarkus-integration-test-core-0.2.1-SNAPSHOT-runner:25]     analysis: 151,800.92 ms
   5 fatal errors detected:
   Fatal error: java.lang.OutOfMemoryError: GC overhead limit exceeded
   Fatal error: java.lang.OutOfMemoryError: GC overhead limit exceeded
   Fatal error: java.lang.OutOfMemoryError: Java heap space
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services