Skip to content

Commit b1fbc29

Browse files
committed
tests: reduce the memory size for memcached to see if the tests runs
Signed-off-by: Reto Achermann <[email protected]>
1 parent aec1c7a commit b1fbc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/testutils/src/configs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright © 2021 VMware, Inc. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR MIT
33

4-
pub const MEMCACHED_MEM_SIZE_MB: usize = 4 * 1024;
5-
pub const MEMCACHED_NUM_QUERIES: usize = 1_000_000;
4+
pub const MEMCACHED_MEM_SIZE_MB: usize = 1 * 1024;
5+
pub const MEMCACHED_NUM_QUERIES: usize = 500_000;

0 commit comments

Comments
 (0)