Closed ianamason closed 4 years ago
Hi Ian,
we added the remark on the virtualenv version to installation instructions. Thanks, for the notice.
Your failure "virtual memory exhausted: Cannot allocate memory" has not come up yet during our builds. Likely, it has something to do with the vagrant box build. 1st Option: Reduce the number of parallel bazel build jobs with "bazel test //... --jobs=1". However, for the long run, long build times will be annoying 2nd Option: How is the swap space in the vagrant box configured? Try to set it to a reasonable amount.
Best Julian
Gosh @patrickhart I didn't even see the memory exhaustion in amongst all the other chaff. I was using 4GB of RAM, but with limiting the jobs to 1 it went through fine. I will boost the RAM to 8GB and see if that helps.
Executed 44 out of 44 tests: 44 tests pass.
INFO: Build completed successfully, 430 total actions
Thanks for the help.
With 8GB all the tests complete, and all but one pass.
//modules/benchmark/tests:py_benchmark_runner_tests FAILED in 10.2s
/home/vagrant/.cache/bazel/_bazel_vagrant/b31675c09bcf797303603580e7679a6f/execroot/bark_project/bazel-out/k8-fastbuild/testlogs/modules/benchmark/tests/py_benchmark_runner_tests/test.log
Executed 44 out of 44 tests: 43 tests pass and 1 fails locally.
The log of the last test also has complaints that indicate memory issues. So I will try again with 16GB.
16GB is a charm
Executed 44 out of 44 tests: 44 tests pass.
Okay, perfect. Then, I can close the issue for now?
Sure close it. Thanks for your help.
Sent from my iPhone
On Mar 18, 2020, at 7:06 AM, Julian Bernhard notifications@github.com wrote:
Okay, perfect. Then, I can close the issue for now?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
I am trying to get bark up and running inside a fresh Ubuntu 18.04 vagrant box. I think you should mention the
In the FAQ about
Python.h
not found. Searching closed issues shouldn't be necessary for a vanilla build.Any how the thing (
bazel test //...
) now fails here:I am using
Any ideas?