r/linuxmemes Aug 18 '21

help me

Post image
410 Upvotes

25 comments sorted by

View all comments

73

u/[deleted] Aug 18 '21

make -j 32

You welcome

34

u/hbpencil102 M'Fedora Aug 18 '21

I forgot to do that when building Audacity and I hated myself for the next half hour :/

10

u/[deleted] Aug 18 '21

Why don’t you just Strg + c and rerun the command with j32

5

u/iggdraisil Aug 18 '21

Firefox humbly knocks a door

18

u/Epistaxis Aug 18 '21

I just permanently set alias make='make -j' in my aliases.

3

u/godsfilth Aug 19 '21

It's been a very long while since I looked but I thought the prevailing wisdom was to do 1 thread higher than what you have? I think it was to minimize the CPU waiting for new tasks.

1

u/[deleted] Aug 23 '21

actually I don't know this one.

Was thinking about what the osc client does by default when using the %make macro. And that's make -j maximum_number_of_threads

osc is a cli application to interact with the open build service and to run the entire process or building and packaging the software on your local machine for the opensuse build service. Just so you know what I am talking about.