We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb0860 commit 5cc5828Copy full SHA for 5cc5828
src/main.cpp
@@ -154,7 +154,8 @@ int main(int argc, char **argv) {
154
"Use --separate-all all to generate separate shared memories for all possible client ids",
155
cxxopts::value<std::vector<std::uint8_t>>())
156
("separate-all",
157
- "like --separate, but for all client ids")
+ "like --separate, but for all client ids (creates 1028 shared memory files! "
158
+ "check/set 'ulimit -n' before using this option.)")
159
("h,help",
160
"print usage")
161
("version",
0 commit comments