Open zzmOVO opened 3 years ago
We would need a lot more context to even try. I would recommend to just use a debugger (gdb
) and figure out why it is crashing. Overall it is quite a bit of code, but the individual benchmarks are only a few 100 lines each. So the first step would be to figure out for which communication method it crashes.
Feel free to post any progress on the problem, we would be interested in fixing this :)
when I run mq.server, it point out 'Reduced the message size to 2048 bytes!',can you tell me how to reduced the message?
This is because message queues are limited to a certain size. On our testing systems it was 2048. You can try increasing the limit and see if it works on your machine. If you find a better way of doing that, let us know:
Can you tell me how to solve this problem ?
Had the same problem because I named the 'build' folder something else. Naming it 'build' fixed the problem for me
I also had the same issue when I built the binaries from one machine and copied them to another machine. So you might consider rebuilding if you copy the files to another machine.
Can you tell me how to solve this problem ?