Increase shared_memory size as tests with overaligned ints require much more space

This commit is contained in:
Ion Gaztañaga
2026-01-13 01:27:35 +01:00
parent e760874846
commit fb5ba06d6c

View File

@@ -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;