-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
OS thread limit reached while compiling from source #2017
Comments
use |
I will give it a try thanks :) |
Seems not to work. I try
Otherwise i can see the line
TAGS are applied to the go build but -j1 is missing. Is it normal? |
just add |
Ok Makefile included in 1.1.2 not use GOFLAGS and EXTRA_GOFLAGS. WIll this changes merged to next releases? |
yes, it will be in 1.2.0 when it is released |
Sounds good, thanks for clarification. |
-j is no legal option for |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
[x]
):Description
I use gitea on a shared hoster environment and compiling gitea from source. threads-per-user are limited to 300. Sometimes i got following error while make build for multiple modules:
I try to limit the threads by make with
but the result is the same. Is it possible to limit threads/processes while compiling?
The text was updated successfully, but these errors were encountered: