[
https://issues.apache.org/jira/browse/CAMEL-12403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413228#comment-16413228
]
Satyajit Rakshit commented on CAMEL-12403:
------------------------------------------
I feel below are the few items which also need to be looked into, apart from
build instruction on "import component/submodules rather than entire camel
project".
build instraction says
{code:java}
export MAVEN_OPTS="-Xms2048m -Xmx2048m -XX:MaxPermSize=512m"{code}
*But MaxPermSize support was removed in 8.0 onwards.*
For Camel 2.18:
{code:java}
export MAVEN_OPTS="-XX:+UseConcMarkSweepGC -Xms2048m -Xmx2048m"{code}
*Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be
removed in a future release.*
Regading -XX:+UseConcMarkSweepGC, I have one question, does Camel 2.18 has
dependency on -XX:+UseConcMarkSweepGC?
> Documentation - Update build instructions to be per module
> ----------------------------------------------------------
>
> Key: CAMEL-12403
> URL: https://issues.apache.org/jira/browse/CAMEL-12403
> Project: Camel
> Issue Type: Improvement
> Components: documentation
> Reporter: Claus Ibsen
> Priority: Major
>
> The build instructions talks about loading 100% of the source code in one
> giant import in Eclipse. That should be rarely used. And that takes a lot of
> memory and slows down Eclipse etc. Instead you import the component you work
> on.
> See this PR
> https://github.com/apache/camel/pull/2267
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)