Tests: fix interprocess test case

Fixes: #103
This commit is contained in:
Tim Blechmann
2024-09-24 21:44:08 +08:00
parent a748e6c056
commit b9847dd22f
+1 -1
View File
@@ -29,7 +29,7 @@ int main( int argc, char* argv[] )
}
} remover;
managed_shared_memory segment( create_only, "boost_queue_interprocess_test_shm", 262144 );
managed_shared_memory segment( create_only, "boost_queue_interprocess_test_shm", 524288 );
ShmemAllocator alloc_inst( segment.get_segment_manager() );
queue* q = segment.construct< queue >( "queue" )( alloc_inst );