[
https://issues.apache.org/jira/browse/SLING-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651756#action_12651756
]
Olaf Fricke commented on SLING-443:
-----------------------------------
Hello,
I got an OutOfMemoryError, although I already had defined MAVEN_OPTS set to
"-Xms256m -Xmx521m". The reason for that was not the heap space, but the perm
gen space. Therefore I set the MAVEN_OPTS to "-Xms256m -Xmx521m
-XX:MaxPermSize=256m". With that setting, a full build of sling succeeded on my
machine (after changing a lot of POM files, to work aroung SLING-555).
Best regards,
Olaf
> OutOfMemory Error while building the jcr/jackrabbit-server bundle
> -----------------------------------------------------------------
>
> Key: SLING-443
> URL: https://issues.apache.org/jira/browse/SLING-443
> Project: Sling
> Issue Type: Bug
> Components: JCR
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Priority: Minor
>
> Reported on [1], the full build of Sling causes an OutOfMemoryError while
> building the jcr/jackrabbit-server bundle. This is most probably the result
> of implementing SLING-437.
> A fix must be found for this issue to circumvent this.
> [1] http://markmail.org/message/gdn7jtlrdjcepngg
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.