Skip to content

Commit

Permalink
Increase GWT localWorkers to 2
Browse files Browse the repository at this point in the history
Having 2 localWorkers for GWT build decreases compilation time
significantly and it doesn't exceed available resources in CBS.

Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina committed Oct 5, 2022
1 parent 996c08f commit f693f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovirt-engine.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
%endif

# Limit GWT resources to pass the build in CBS
%global ovirt_build_extra_flags_rpm -Dgwt.compiler.localWorkers=1
%global ovirt_build_extra_flags_rpm -Dgwt.compiler.localWorkers=2

# Set "rhv_build 1" to perform RHV Manager build
%global rhv_build 0
Expand Down

0 comments on commit f693f37

Please sign in to comment.