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 }