Skip to content

Commit 835ca71

Browse files
committed
Remove SHM comment block per request
1 parent 8372a1c commit 835ca71

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

concore.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ class Concore{
4040
string inpath = "./in";
4141
string outpath = "./out";
4242

43-
// Shared memory segment size in bytes.
44-
// Increase this constant if your payloads exceed 4096 bytes.
45-
// All nodes in a study must be compiled with the same SHM_SIZE.
46-
// Payloads >= SHM_SIZE throw std::runtime_error (no silent truncation).
4743
static constexpr size_t SHM_SIZE = 4096;
4844

4945
int shmId_create = -1;

0 commit comments

Comments
 (0)