Increase the default size of the single frame memory allocator
This commit is contained in:
parent
c597815191
commit
54be20c5d3
|
@ -145,7 +145,7 @@ constexpr int NB_MAX_CONTACT_MANIFOLDS_CONVEX_SHAPE = 1;
|
||||||
constexpr int NB_MAX_CONTACT_MANIFOLDS_CONCAVE_SHAPE = 3;
|
constexpr int NB_MAX_CONTACT_MANIFOLDS_CONCAVE_SHAPE = 3;
|
||||||
|
|
||||||
/// Size (in bytes) of the single frame allocator
|
/// 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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user