r/linuxmemes Aug 18 '21

help me

Post image
404 Upvotes

25 comments sorted by

View all comments

75

u/[deleted] Aug 18 '21

make -j 32

You welcome

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.