Reputation: 17
Hi I used bazel in Windows 7
I try bazel build tensorflow/contrib/lite/toco:toco in cmd.exe
Then I got error message : server terminated abruptly (error code :14, error message: '',log file: 'c:\users\lee_bazel_lee\zjiu63sl/server/jvm.out
What can I do? Please help
Try in tensorflow-master folder, I got error message.enter image description here
Upvotes: 0
Views: 3677
Reputation: 355
Insufficient memory space will lead to this error. Use -- local_ ram_ Resources = 40960
to limit the memory size.
Upvotes: 1
Reputation: 56
Your current error message states that the command "patch" is not found. I gues your mingw installation has not installed this programm. See Apply a patch file in Windows using Mingw how to install it.
Upvotes: 1