[ https://issues.apache.org/jira/browse/TINKERPOP-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15676796#comment-15676796 ]
ASF GitHub Bot commented on TINKERPOP-1557: ------------------------------------------- Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/498 @okram The giraph improvement will help all builds inside or outside of docker. That should save you about 1 hour. I don't know what OS you're on, but in Linux you can get some speed improvement if your fs is mounted with noatime (and lazytime on newer kernels). For the ultimate speed improvement, you can make your changes on the regular fs then copy up to an in-memory fs (e.g. tmpfs) and then build there. That should save 20m just on neo4j and several more overall. > Improve docker build time with this one weird trick! > ---------------------------------------------------- > > Key: TINKERPOP-1557 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1557 > Project: TinkerPop > Issue Type: Improvement > Components: build-release > Affects Versions: 3.2.3 > Reporter: Robert Dale > Assignee: Robert Dale > Priority: Minor > Labels: docker > Fix For: 3.1.6 > > > Reduce integration test time of giraph and neo4j -- This message was sent by Atlassian JIRA (v6.3.4#6332)