-
Notifications
You must be signed in to change notification settings - Fork 45.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server terminated abruptly (error code: 14, error message: '', log file: '/home/ramesh/.cache/bazel/_bazel_dlr/d2c1d92543abd40408507a006043a91a/server/jvm.out') #3647
Comments
any update on overcoming this error ? @rameshjesswani |
@sujaybabruwad no, I was unable to figure out this problem. |
I am getting the same error message when running |
@rameshjesswani You run out of memory when building TF from source. Use |
I have 22GB of RAM and same error. How to configure the memory consumption? |
@rameshjesswani Is this still an issue? |
This issue is still very much in place. I'm unable to build v2.3 on 16GB of ram. Progressed as far as [24,171 / 27,443] before being terminated. |
I have 32GB of RAM and this is issue is affecting me as well |
NVM. It was because my CPU is 12-core (24 thread) that 32gb was not enough. So just use -j 12 or something and it will work. |
more RAM or less simultaneous jobs. |
System information
bazel test ...
Describe the problem
I am trying to setup Google syntaxnet by following manual installation steps from this link:
https://github.com/tensorflow/models/tree/master/research/syntaxnet
I have installed all the required dependencies, after that I follow these commands
When I execute
bazel test...
, terminal shows:TensorFlow configuration
The text was updated successfully, but these errors were encountered: