kou commented on a change in pull request #9344:
URL: https://github.com/apache/arrow/pull/9344#discussion_r565748011
##########
File path: .travis.yml
##########
@@ -143,11 +148,13 @@ script:
# /home/travis/.travis/functions: line 109: ulimit: core file size: cannot
modify limit: Operation not permitted
- |
ulimit -c unlimited || :
+ - du -d2 -h $DOCKER_VOLUME_PREFIX
Review comment:
Do we need this?
We can see similar information by ccache statistics report:
https://travis-ci.com/github/pitrou/arrow/jobs/477453957#L1533
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]