mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 09:59:44 -05:00
Using a fixed number of chunktiles in the chunktilepile as they number has to be 1 or 3
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
// Memory pool. Resetting the monotoic_buffer_resource costs an allocation, that we
|
||||
// can prevent
|
||||
std::pmr::monotonic_buffer_resource TemporaryMemory =
|
||||
std::pmr::monotonic_buffer_resource(4096);
|
||||
std::pmr::monotonic_buffer_resource(100 * 4096);
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user