FEATURE: update mini_racer to version including heap dump support
We recently noticed a leak, this introduces a new method on MiniRacer::Context ``` context.write_heap_snapshot(path) ``` To dump current memory in v8 context to a file, this can then be analyzed in chrome and other similar tools Can be triggered in production using rbtrace
This commit is contained in:
parent
d127119549
commit
bbcc39e66c
|
@ -181,7 +181,7 @@ GEM
|
|||
method_source (0.9.2)
|
||||
mini_mime (1.0.1)
|
||||
mini_portile2 (2.4.0)
|
||||
mini_racer (0.2.5)
|
||||
mini_racer (0.2.6)
|
||||
libv8 (>= 6.9.411)
|
||||
mini_scheduler (0.9.2)
|
||||
sidekiq
|
||||
|
|
Loading…
Reference in New Issue