solana-with-rpc-optimizations/validator
behzad nouri 2cf081d863
uses tikv_jemallocator::Jemalloc as the global allocator (#20149)
https://github.com/solana-labs/solana/pull/16346
switched default allocator from jemalloc to system allocator, but that
has shown regressions in form of higher ram usage causing nodes go OOM:
https://discord.com/channels/428295358100013066/439194979856809985/890413193858539580

This commit sets jemalloc as the default allocator.
2021-09-24 14:26:25 +00:00
..
src uses tikv_jemallocator::Jemalloc as the global allocator (#20149) 2021-09-24 14:26:25 +00:00
.gitignore Ignore test-ledger when running test-validator (#19433) 2021-08-25 15:48:12 -07:00
Cargo.toml uses tikv_jemallocator::Jemalloc as the global allocator (#20149) 2021-09-24 14:26:25 +00:00
solana-test-validator