lib/tunemygc/spies/base.rb in tunemygc-1.0.62 vs lib/tunemygc/spies/base.rb in tunemygc-1.0.63
- old
+ new
@@ -21,9 +21,10 @@
@limit ||= parse_gc_tune
@processed += 1
if @processed == @limit
uninstall
TuneMyGc.log "kamikaze after #{@processed} of #{@limit} units of work"
+ TuneMyGc.interposer.kamikaze
end
end
end
private
\ No newline at end of file