Commit af60f10a authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

Reduce io_uring test mem requirements

Summary: Reduce io_uring test mem requirements

Reviewed By: xiaofeidu008, danobi

Differential Revision: D24314788

fbshipit-source-id: 35ec01475fbc1cf851a81e33cf8c7fec8dd88ddb
parent fbfab7ff
......@@ -899,8 +899,8 @@ TEST(IoUringBackend, FileWriteMany) {
namespace folly {
namespace test {
static constexpr size_t kCapacity = 4 * 1024;
static constexpr size_t kMaxSubmit = 32;
static constexpr size_t kCapacity = 32;
static constexpr size_t kMaxSubmit = 4;
static constexpr size_t kMaxGet = static_cast<size_t>(-1);
struct IoUringBackendProvider {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment