Using a fixed number of chunktiles in the chunktilepile as they number has to be 1 or 3

This commit is contained in:
Alexander Bock
2020-08-13 17:50:22 +02:00
parent c55aa5f69a
commit 5091fa7ddb
7 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -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