Skip to content

Commit 5cc5828

Browse files
ulimit warning for --separate-all
1 parent 8eb0860 commit 5cc5828

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ int main(int argc, char **argv) {
154154
"Use --separate-all all to generate separate shared memories for all possible client ids",
155155
cxxopts::value<std::vector<std::uint8_t>>())
156156
("separate-all",
157-
"like --separate, but for all client ids")
157+
"like --separate, but for all client ids (creates 1028 shared memory files! "
158+
"check/set 'ulimit -n' before using this option.)")
158159
("h,help",
159160
"print usage")
160161
("version",

0 commit comments

Comments
 (0)