rocksdb/README.fb
Dhruba Borthakur c44be54dd2 Make leveldb server not exit immediately.
Summary:

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
2012-08-03 01:00:35 -07:00

13 lines
298 B
Plaintext

* How to compile using fbcode and jemalloc
source fbcode.sh
make
* Compiling for CPUs with SSE4 support
make OPT='-O2 -DNDEBUG -D__SSE4_2__'
This makes CRC computation much faster, but
binaries won't run on CPUs that don't support it.
* Latest release is 1.4.1.fb -- re-release 1.