https://github.com/facebook/rocksdb
Revision 02db03af8db7af03b8b026bc40d86e04ac741958 authored by Andrew Kryczka on 09 June 2020, 23:49:07 UTC, committed by Facebook GitHub Bot on 09 June 2020, 23:51:23 UTC
Summary:
Memory pinned by `pin_l0_filter_and_index_blocks_in_cache` needs to be predictable based on user config. This PR makes sure
we do not pin extra memory for large files generated by intra-L0 (see https://github.com/facebook/rocksdb/issues/6889).
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6911

Test Plan: unit test

Reviewed By: siying

Differential Revision: D21835818

Pulled By: ajkr

fbshipit-source-id: a11a088549d06bed8aacc2548d266e5983f0ead4
1 parent 5abda3b
Raw File
Tip revision: 02db03af8db7af03b8b026bc40d86e04ac741958 authored by Andrew Kryczka on 09 June 2020, 23:49:07 UTC
make L0 index/filter pinned memory usage predictable (#6911)
Tip revision: 02db03a
CONTRIBUTING.md
# Contributing to RocksDB

## Code of Conduct
The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)

## Contributor License Agreement ("CLA")

In order to accept your pull request, we need you to submit a CLA. You
only need to do this once, so if you've done this for another Facebook
open source project, you're good to go. If you are submitting a pull
request for the first time, just let us know that you have completed
the CLA and we can cross-check with your GitHub username.

Complete your CLA here: <https://code.facebook.com/cla>

If you prefer to sign a paper copy, we can send you a PDF.  Send us an 
e-mail or create a new github issue to request the CLA in PDF format.
back to top