Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit default MAX_CONCURRENCY to 4. #1043

Merged
merged 1 commit into from
Dec 8, 2014
Merged

Limit default MAX_CONCURRENCY to 4. #1043

merged 1 commit into from
Dec 8, 2014

Conversation

homm
Copy link
Member

@homm homm commented Dec 8, 2014

There are many issues related to this: #943 #965 #1042

wiredfool added a commit that referenced this pull request Dec 8, 2014
Limit default MAX_CONCURRENCY to 4.
@wiredfool wiredfool merged commit 35cd225 into python-pillow:master Dec 8, 2014
@wiredfool
Copy link
Member

Yep. Causes problems on shared systems.

@homm homm deleted the max-concurrency branch December 8, 2014 23:56
@homm
Copy link
Member Author

homm commented Dec 8, 2014

Also, If you need to very often to recompile Pillow (like me :) there is another, more effective hint.

CC="ccache cc" python ./setup.py develop

Ccache is a c cache.

@wiredfool
Copy link
Member

That is fast. I'm seeing about 3 seconds instead of 8. (@4 cores in a vm, spinning disk backed storage)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants