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 +4 -4
- data/lib/tunemygc/syncer.rb +1 -1
- data/lib/tunemygc/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 172da6df0caaa73b0a26c279e93f0b0af740ce9d
|
|
4
|
+
data.tar.gz: 906de1d1d11a0a3c6381036f2ae93b5584631526
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9fc76ed9759f275a25976606a981c5199d1eacce003dcf38d360621d1b9c835c29ebb229b6f3b0ac7c66906997ef7bc9607e09ab6f3031102a8e3e20860e152
|
|
7
|
+
data.tar.gz: 8f7cd6021df5647f4779b199523d5c4426ed364c23181d6cde8961b203a565ffc227da9d8c865b3489b8b9cf964dde91a59f24541d7530f25cf587a9d3d46a74
|
data/lib/tunemygc/syncer.rb
CHANGED
|
@@ -48,7 +48,7 @@ module TuneMyGc
|
|
|
48
48
|
payload.clear
|
|
49
49
|
end
|
|
50
50
|
else
|
|
51
|
-
|
|
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
|
data/lib/tunemygc/version.rb
CHANGED