Thanks for help :D

I remove -j flag and its work correctly 

piątek, 19 lutego 2021 o 03:33:57 UTC+1 [email protected] napisał(a):

> Also, if your system crashes or becomes unresponsive, it usually means 
> you've overloaded your computer. The `make -j` command will spawn many 
> subprocesses to build faster. Try either specifying a number there (like 
> `make -j 4`), or removing the `-j` option altogether, in order to impose 
> less load on your computer.
>
> On Thu, Feb 18, 2021 at 6:04 PM Russell Wu <[email protected]> wrote:
>
>> Please provide a verbose log of cmake and make with the crash message so 
>> we can try to help.
>>
>> On Fri, Feb 19, 2021 at 6:50 AM Piotr Chmura <[email protected]> 
>> wrote:
>>
>>> 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
>>>  
>>> <https://groups.google.com/d/msgid/grpc-io/b46ef2c2-4afe-4361-850f-24d25712bb25n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> -- 
>> 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/CAABt8Y--OaUxrAUx77p0pNLLaEdis%3DR8sWM2CY2psLWdMVPgJg%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/grpc-io/CAABt8Y--OaUxrAUx77p0pNLLaEdis%3DR8sWM2CY2psLWdMVPgJg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/a164b98c-2c60-4bb8-8b99-8a9ffd7c8de6n%40googlegroups.com.

Reply via email to