mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Increase shared_memory size as tests with overaligned ints require much more space
This commit is contained in:
@@ -81,7 +81,7 @@ int vector_test()
|
||||
std::string process_name;
|
||||
test::get_process_id_name(process_name);
|
||||
|
||||
const int Memsize = 128u*1024u;
|
||||
const int Memsize = 256u*1024u;
|
||||
const char *const shMemName = process_name.c_str();
|
||||
const int max = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user