[
https://issues.apache.org/jira/browse/ARROW-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424648#comment-17424648
]
David Li commented on ARROW-14224:
----------------------------------
Running it locally with the [documented 7GB memory
limit|https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#hardware]
the build is just running out of memory as suspected, at least from watching
{{docker stats}}. We could try to drop build parallelism, or perhaps split some
of these kernel source files into hopefully smaller compilation units.
> [R] [CI] R sanitizer build failing
> ----------------------------------
>
> Key: ARROW-14224
> URL: https://issues.apache.org/jira/browse/ARROW-14224
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration, R
> Reporter: Jonathan Keane
> Priority: Major
>
> https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=12665&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=3124
> which might be another out-of-memory error
> {code}
> Error: `docker-compose --file /home/vsts/work/1/s/arrow/docker-compose.yml
> run --rm -e SETUPTOOLS_SCM_PRETEND_VERSION=6.0.0.dev391 ubuntu-r-sanitizer`
> exited with a non-zero exit code -9, see the process log above.
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)