Hi, I am trying to install grpc for c++. I'm following the tutorial from the main page: https://grpc.io/docs/languages/cpp/quickstart/ And at the moment when I use the commands one causes the problem: $ mkdir -p cmake/build $ pushd cmake/build $ cmake -DgRPC_INSTALL=ON -DgRPC_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX=$MY_INSTALL_DIR \N-. ../.. $ *make -j <----- of this command* $ make install $ popd
At about 70% my system crashes and I can't do anything. I am using Ubuntu 20.10 does anyone know what can cause this problem. I tried installing on two different computers and on each there was this problem. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/b46ef2c2-4afe-4361-850f-24d25712bb25n%40googlegroups.com.
