tunemygc 1.0.63 → 1.0.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f3cff9c60663d4fbf8c11bc5096958f142e054a
4
- data.tar.gz: b01919539d52fe6aeee7ce2d27d39731e94d9499
3
+ metadata.gz: 172da6df0caaa73b0a26c279e93f0b0af740ce9d
4
+ data.tar.gz: 906de1d1d11a0a3c6381036f2ae93b5584631526
5
5
  SHA512:
6
- metadata.gz: 00295573d71f3f0f67ca0169f260a917cf8fee2cf28e8a7f7b200f56568d9c81ded00c30a5c9ff6f8a32b9618ae7d4254da8fbd56f40abb92c734c2f745cf5c6
7
- data.tar.gz: 1f14012d156fd467a0850391235de2e732766af61212375aca720b68f111d0a3e4102d9a53e9a3d04588d2058acbe40137931801647583950dbcf8da8f0e1850
6
+ metadata.gz: f9fc76ed9759f275a25976606a981c5199d1eacce003dcf38d360621d1b9c835c29ebb229b6f3b0ac7c66906997ef7bc9607e09ab6f3031102a8e3e20860e152
7
+ data.tar.gz: 8f7cd6021df5647f4779b199523d5c4426ed364c23181d6cde8961b203a565ffc227da9d8c865b3489b8b9cf964dde91a59f24541d7530f25cf587a9d3d46a74
@@ -48,7 +48,7 @@ module TuneMyGc
48
48
  payload.clear
49
49
  end
50
50
  else
51
- TunemMyGc.log "The TuneMyGC service requires an instrumented application to do at least one unit of work (an ActionController request / response cycle, processing a background job through ActiveJob etc.) in order to suggest a configuration."
51
+ TuneMyGc.log "The TuneMyGC service requires an instrumented application to do at least one unit of work (an ActionController request / response cycle, processing a background job through ActiveJob etc.) in order to suggest a configuration."
52
52
  TuneMyGc.log "During the last instrumented run, the agent observed #{snapshotter.size} GC events of interest, but none of them happened within the context of a unit of work and is thus not representative of your application's GC profile."
53
53
  TuneMyGc.log "Therefore, we're discarding #{snapshotter.size} snapshots and will generate a configuration when there's more context available for the agent to get a representative sample size."
54
54
  false
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module TuneMyGc
4
- VERSION = "1.0.63"
4
+ VERSION = "1.0.64"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tunemygc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.63
4
+ version: 1.0.64
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bear Metal