Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-1542: Do not suggestmake -j#1543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Yhg1s wants to merge1 commit intopython:mainfromYhg1s:fix-bad-make-j-advice

Conversation

Yhg1s
Copy link
Member

@Yhg1sYhg1s commentedApr 18, 2025
edited by github-actionsbot
Loading

Do not suggestmake -j for building CPython.make -j meansno limit on

the number of concurrent jobs, not "a sensible limit considering the available memory and CPU cores". With LTO it's easy to run out of memory when too many jobs run at the same time.


📚 Documentation preview 📚:https://cpython-devguide--1543.org.readthedocs.build/

…imit onthe number of concurrent jobs, not "a sensible limit considering theavailable memory and CPU cores". With LTO it's easy to run out of memorywhen too many jobs run at the same time.
@@ -547,8 +547,11 @@ Now that the configuration is in place, it remains to compile the project:

.. tip::

Use ``make -j`` to speed-up compilation by utilizing as many CPU cores
as possible or ``make -jN`` to allow at most *N* concurrent jobs.
Use ``make -jN`` to speed-up compilation by utilizing as many CPU cores
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
Use ``make -jN`` to speed-up compilation byutilizing as many CPU cores
Use ``make -jN`` to speed-up compilation byusing as many CPU cores

@Yhg1s
Copy link
MemberAuthor

Closing in favour of#1541.

@Yhg1sYhg1s closed thisApr 18, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@hugovkhugovkhugovk left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@Yhg1s@hugovk

[8]ページ先頭

©2009-2025 Movatter.jp