Increase allowed shared memory regions to 512 from 256.

This commit is contained in:
Daniel Patterson
2018-08-28 18:12:19 -07:00
parent 991cdf7958
commit 4fbe68f4d7
5 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ void springClean()
}
else
{
for (auto key : util::irange<std::uint8_t>(0, storage::SharedRegionRegister::MAX_SHM_KEYS))
for (auto key : util::irange<storage::SharedRegionRegister::RegionID>(0, storage::SharedRegionRegister::MAX_SHM_KEYS))
{
deleteRegion(key);
}