cheald / scrap

A Rails metal handler for analyzing your processes' memory usage.

This URL has Read+Write access

scrap / scrap.yml.example
100755 9 lines (9 sloc) 0.242 kb
1
2
3
4
5
6
7
8
9
max_requests: 150
max_objects: 10
classes:
  "ActionController::Base": true
  "ActionController::Session::AbstractStore::SessionHash": true
  "ActiveRecord::Base":
    print_objects: true
    foo: bar
    show_fields: [id, updated_at]