Skip to content

Commit 4a93775

Browse files
committed
MB-14288: Allow allocations > 1M
This might very well be the root case for MB-13072 as well Change-Id: If634b87502747e81b3ef9e48d7e4d20bbeb817dd Reviewed-on: http://review.couchbase.org/49432 Tested-by: buildbot <[email protected]> Reviewed-by: Steve Yen <[email protected]>
1 parent 5bbc7ed commit 4a93775

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ADD_SUBDIRECTORY(libmemcached)
1010
INCLUDE(CheckFunctionExists)
1111
INCLUDE(CheckIncludeFiles)
1212

13+
ADD_DEFINITIONS(-DMOXI_ITEM_MALLOC=1)
14+
15+
1316
INCLUDE_DIRECTORIES(BEFORE ${LIBEVENT_INCLUDE_DIR}
1417
${CMAKE_INSTALL_PREFIX}/include
1518
${CMAKE_CURRENT_SOURCE_DIR}/include

0 commit comments

Comments
 (0)