You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/07 12:37:01 UTC

[GitHub] [camel-k] astefanutti opened a new issue, #3339: Configure Maven builds based on CPU quota

astefanutti opened a new issue, #3339:
URL: https://github.com/apache/camel-k/issues/3339

   The CPU resources allocated to the operator can significantly impact the integration build time.
   
   Following #2837, which makes the operator aware of the CPU quota set on the operator container, Maven should be configured according to it.
   
   For instance, the number of threads used to download dependencies in parallel, which is a major contributor to the build time, should be defaulted based on the CPU quota, by setting the `maven.artifact.threads` option here: https://github.com/apache/camel-k/blob/87d9d7a20de55eb290fa194d3d15229a3dec9843/pkg/util/maven/maven_command.go#L77


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] SubhasmitaSw commented on issue #3339: Configure Maven builds based on CPU quota

Posted by GitBox <gi...@apache.org>.
SubhasmitaSw commented on issue #3339:
URL: https://github.com/apache/camel-k/issues/3339#issuecomment-1148614199

   Please assign it to me @astefanutti 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] squakez closed issue #3339: Configure Maven builds based on CPU quota

Posted by GitBox <gi...@apache.org>.
squakez closed issue #3339: Configure Maven builds based on CPU quota
URL: https://github.com/apache/camel-k/issues/3339


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] squakez commented on issue #3339: Configure Maven builds based on CPU quota

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3339:
URL: https://github.com/apache/camel-k/issues/3339#issuecomment-1237829509

   Can this be closed?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] github-actions[bot] commented on issue #3339: Configure Maven builds based on CPU quota

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3339:
URL: https://github.com/apache/camel-k/issues/3339#issuecomment-1237542316

   This issue has been automatically marked as stale due to 90 days of inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] astefanutti commented on issue #3339: Configure Maven builds based on CPU quota

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #3339:
URL: https://github.com/apache/camel-k/issues/3339#issuecomment-1239041176

   Yes, it's been addressed by #3344.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org