mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Add --shm-mlock-segment-on-creation option
This commit is contained in:
committed by
Alexey Rybalchenko
parent
38f9870893
commit
a6193a380d
@@ -75,6 +75,7 @@ void ZeroingAndMlock(const string& transport)
|
||||
config.SetProperty<size_t>("shm-segment-size", 16384);
|
||||
config.SetProperty<bool>("shm-zero-segment", true);
|
||||
config.SetProperty<bool>("shm-mlock-segment", true);
|
||||
config.SetProperty<bool>("shm-mlock-segment-on-creation", true);
|
||||
|
||||
auto factory = FairMQTransportFactory::CreateTransportFactory(transport, fair::mq::tools::Uuid(), &config);
|
||||
|
||||
|
Reference in New Issue
Block a user