From 54be20c5d3bd9400aa71c1767faff8167fa9a808 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Sun, 2 Oct 2016 15:10:19 +0200 Subject: [PATCH] Increase the default size of the single frame memory allocator --- src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.h b/src/configuration.h index 87747756..c14783d8 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -145,7 +145,7 @@ constexpr int NB_MAX_CONTACT_MANIFOLDS_CONVEX_SHAPE = 1; constexpr int NB_MAX_CONTACT_MANIFOLDS_CONCAVE_SHAPE = 3; /// Size (in bytes) of the single frame allocator -constexpr size_t SIZE_SINGLE_FRAME_ALLOCATOR_BYTES = 1048576; +constexpr size_t SIZE_SINGLE_FRAME_ALLOCATOR_BYTES = 15728640; // 15 Mb }