Unverified Commit ba4cc52d authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

Disable sharedmem communication by default

parent 750f6aa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ set_property(CACHE RPC_PROTOCOL PROPERTY STRINGS
)
message(STATUS "RPC protocol: '${RPC_PROTOCOL}'")

option(USE_SHM "Use shared memory for intra-node communication" ON)
option(USE_SHM "Use shared memory for intra-node communication" OFF)
message(STATUS "Shared-memory communication: ${USE_SHM}")

option(LOG_SYSCALLS "Enable verbose logging for syscalls interception" OFF)