Revision 20c44fefb709043fdd2d12f892cd2d0544702700 authored by Amit Arya on 02 September 2015, 18:17:02 UTC, committed by Amit Arya on 02 September 2015, 18:17:02 UTC
Summary: Use fallocate on LOG FILES to

Test Plan:
make check
+
===check with strace===

[arya@devvm1441 ~/rocksdb] strace -e trace=fallocate ./ldb --db=/tmp/test_new scan
fallocate(3, 01, 0, 4194304)            = 0

Reviewers: sdong, anthony, IslamAbdelRahman, kradhakrishnan, lgalanis, rven, igor

Reviewed By: igor

Subscribers: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D45969
1 parent aad0572
History
File Mode Size
build_detect_platform -rwxr-xr-x 13.2 KB
dockerbuild.sh -rwxr-xr-x 68 bytes
fb_compile_mongo.sh -rwxr-xr-x 1.4 KB
fbcode_config.sh -rw-r--r-- 6.2 KB
fbcode_config4.8.1.sh -rw-r--r-- 5.5 KB
format-diff.sh -rwxr-xr-x 3.3 KB
make_new_version.sh -rwxr-xr-x 1.1 KB
make_package.sh -rwxr-xr-x 2.6 KB
regression_build_test.sh -rwxr-xr-x 11.6 KB
rocksdb-lego-determinator -rwxr-xr-x 603 bytes
valgrind_test.sh -rwxr-xr-x 440 bytes
version.sh -rwxr-xr-x 404 bytes

back to top