Skip to content

Instantly share code, notes, and snippets.

@eljobe
Created March 14, 2016 17:07
Show Gist options
  • Save eljobe/b47ee9d266a619392d66 to your computer and use it in GitHub Desktop.
Save eljobe/b47ee9d266a619392d66 to your computer and use it in GitHub Desktop.
2.0 ...
No Gradle daemons are running.
Warm-up #1
Run Gradle using JVM opts: [-Xms2g, -Xmx2g, -XX:MaxPermSize=256m, -verbosegc, -XX:+PrintGCDetails, -XX:+PrintGCDateStamps, -Xloggc:/Users/pepper/dev/gradle/subprojects/performance/build/small/gc.txt, -XX:-PrintGCTimeStamps]
:eclipseClasspath
:eclipseJdt
:eclipseProject
:eclipse
BUILD SUCCESSFUL
Total time: 4.63 secs
BEFORE GC
heap: 502.7642MB (initial 2048.0000MB, committed 1963.5000MB, max 1963.5000MB
nonHeap: 31.8401MB (initial 23.4375MB, committed 32.3125MB, max 304.0000MB
AFTER GC
heap: 41.7935MB (initial 2048.0000MB, committed 1963.5000MB, max 1963.5000MB
nonHeap: 31.7867MB (initial 23.4375MB, committed 61.3125MB, max 304.0000MB
Stopping daemon(s).
Gradle daemon stopped.
java.lang.RuntimeException: Could not process garbage collector log /Users/pepper/dev/gradle/subprojects/performance/build/small/gc.txt. File contents:
Java HotSpot(TM) 64-Bit Server VM (24.79-b02) for bsd-amd64 JRE (1.7.0_79-b15), built on Apr 10 2015 11:35:04 by "java_re" with gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Memory: 4k page, physical 16777216k(4194304k free)
/proc/meminfo:
CommandLine flags: -XX:InitialHeapSize=2147483648 -XX:MaxHeapSize=2147483648 -XX:MaxPermSize=268435456 -XX:+PrintGC -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:-PrintGCTimeStamps -XX:+UseCompressedOops -XX:+UseParallelGC
2016-03-14T17:01:00.792+0000: [GC [PSYoungGen: 514830K->44037K(612352K)] 514830K->44045K(2010624K), 0.0501560 secs] [Times: user=0.17 sys=0.03, real=0.05 secs]
2016-03-14T17:01:00.842+0000: [Full GC [PSYoungGen: 44037K->0K(612352K)] [ParOldGen: 8K->42796K(1398272K)] 44045K->42796K(2010624K) [PSPermGen: 29524K->29510K(59392K)], 0.1717060 secs] [Times: user=0.70 sys=0.03, real=0.17 secs]
2016-03-14T17:01:01.053+0000: [GC [PSYoungGen: 31090K->192K(612352K)] 73886K->42988K(2010624K), 0.0018150 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
2016-03-14T17:01:01.055+0000: [Full GC [PSYoungGen: 192K->0K(612352K)] [ParOldGen: 42796K->26227K(1398272K)] 42988K->26227K(2010624K) [PSPermGen: 29542K->29542K(66560K)], 0.2368800 secs] [Times: user=1.31 sys=0.03, real=0.24 secs]
2016-03-14T17:01:03.981+0000: [GC [PSYoungGen: 43557K->1440K(612352K)] 67545K->25427K(2010624K), 0.0017110 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
2016-03-14T17:01:03.983+0000: [Full GC
at org.gradle.performance.fixture.GCLoggingCollector.collect(GCLoggingCollector.java:72)
at org.gradle.performance.fixture.GCLoggingCollector.collect(GCLoggingCollector.java:57)
at org.gradle.performance.fixture.CompositeDataCollector.collect(CompositeDataCollector.java:53)
at org.gradle.performance.fixture.BuildExperimentRunner.runOnce(BuildExperimentRunner.java:204)
at org.gradle.performance.fixture.BuildExperimentRunner.doWarmup(BuildExperimentRunner.java:126)
at org.gradle.performance.fixture.BuildExperimentRunner.performMeasurements(BuildExperimentRunner.java:86)
at org.gradle.performance.fixture.BuildExperimentRunner.run(BuildExperimentRunner.java:78)
at org.gradle.performance.fixture.CrossVersionPerformanceTestRunner.runVersion(CrossVersionPerformanceTestRunner.groovy:165)
at org.gradle.performance.fixture.CrossVersionPerformanceTestRunner.run_closure5(CrossVersionPerformanceTestRunner.groovy:116)
at groovy.lang.Closure.call(Closure.java:426)
at groovy.lang.Closure.call(Closure.java:442)
at org.gradle.performance.fixture.CrossVersionPerformanceTestRunner.run(CrossVersionPerformanceTestRunner.groovy:111)
at org.gradle.performance.IdeIntegrationPerformanceTest.eclipse(IdeIntegrationPerformanceTest.groovy:38)
Caused by: java.lang.IllegalArgumentException: Invalid format: "..."
at org.joda.time.format.DateTimeFormatter.parseDateTime(DateTimeFormatter.java:899)
at org.joda.time.DateTime.parse(DateTime.java:160)
at org.joda.time.DateTime.parse(DateTime.java:149)
at org.gradle.performance.fixture.GCEventParser.parseLine(GCEventParser.java:50)
at org.gradle.performance.fixture.GCLoggingCollector.collect(GCLoggingCollector.java:102)
at org.gradle.performance.fixture.GCLoggingCollector.collect(GCLoggingCollector.java:67)
... 12 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment