Skip to content

Commit

Permalink
fix(rust): temporarily disable SMP fine tunning
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jan 23, 2025
1 parent dc1e38c commit 756d36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/package/agama.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#

# Require at least 1.3GB RAM per each parallel job (the size is in MB)
%global _smp_tasksize_proc 1300
# %global _smp_tasksize_proc 1300

# Redefine the _smp_mflags macro so it takes the amount of RAM into account
%define _smp_mflags "-j%{getncpus:proc}"
# %define _smp_mflags "-j%{getncpus:proc}"

Name: agama
# This will be set by osc services, that will run after this.
Expand Down

0 comments on commit 756d36d

Please sign in to comment.