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:
Sam Saffron 2019-05-14 18:00:59 +10:00
parent d127119549
commit bbcc39e66c
1 changed files with 1 additions and 1 deletions

View File

@ -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