folly: symbolizer: increase default signal-handler symbolizer elf file cache size...
authorLucian Grijincu <lucian@fb.com>
Fri, 7 Oct 2016 19:58:50 +0000 (12:58 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Fri, 7 Oct 2016 20:08:37 +0000 (13:08 -0700)
commitbde0ad1fbe2404b0c58c57986ad940828d81ce8b
tree338b3c81dc321e042832c41b796bc623b74d52ce
parent46930a2aef23cb94dbedb76477dc04733c724ad5
folly: symbolizer: increase default signal-handler symbolizer elf file cache size (make it work with large number of .so)

Summary:
Bump the default size so we can symbolize symbols in dynamically linked
binaries with lots and lots of shared libraries :)

folly/experimental/symbolizer/ElfCache.h
```
  * Will not grow; once the capacity is reached, lookups for files that
  * aren't already in the cache will fail (return nullptr).
  class SignalSafeElfCache
```

Reviewed By: ot, philippv

Differential Revision: D3984649

fbshipit-source-id: acdca9b9adf6c16f3a1556bc3f57b28844cdd9cc
folly/experimental/symbolizer/SignalHandler.cpp
folly/experimental/symbolizer/SignalHandler.h