Increase allowed shared memory regions to 512 from ~120
This commit is contained in:
committed by
Daniel Patterson
parent
9b779c704f
commit
69d7825542
@@ -66,7 +66,7 @@ struct RegionHandle
|
||||
{
|
||||
std::unique_ptr<SharedMemory> memory;
|
||||
char *data_ptr;
|
||||
std::uint8_t shm_key;
|
||||
std::uint16_t shm_key;
|
||||
};
|
||||
|
||||
auto setupRegion(SharedRegionRegister &shared_register, const DataLayout &layout)
|
||||
|
||||
Reference in New Issue
Block a user