We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec1c7a commit b1fbc29Copy full SHA for b1fbc29
kernel/testutils/src/configs.rs
@@ -1,5 +1,5 @@
1
// Copyright © 2021 VMware, Inc. All Rights Reserved.
2
// SPDX-License-Identifier: Apache-2.0 OR MIT
3
4
-pub const MEMCACHED_MEM_SIZE_MB: usize = 4 * 1024;
5
-pub const MEMCACHED_NUM_QUERIES: usize = 1_000_000;
+pub const MEMCACHED_MEM_SIZE_MB: usize = 1 * 1024;
+pub const MEMCACHED_NUM_QUERIES: usize = 500_000;
0 commit comments