diff options
-rw-r--r-- | ANNC.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ %global install_libdir %{buildroot}%{_libdir} %global install_includedir %{buildroot}%{_includedir}/annc -%global max_jobs 4 +%global max_jobs 16 %global debug_package %{nil} @@ -85,7 +85,7 @@ run_bazel_build() { --verbose_failures \ --action_env="baila=548" \ --define tflite_with_xnnpack=false \ - --jobs=%{max_jobs} \ + --local_ram_resources = 2048 \ --distdir=%{_builddir}/proxy \ annc/service/cpu:libannc.so # --copt="-g" \ |