The Plasma tests all fail for me, I tried adding `shm_size` to the compose file
but it seems to be ignored:
```diff
diff --git a/docker-compose.yml b/docker-compose.yml
index 93ec11ac..394d3fda 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-version: '3'
+version: '3.5'
services:
# we can further improve the caching mechanism for go rust and js via
@@ -59,6 +59,7 @@ services:
build:
context: .
dockerfile: python/Dockerfile
+ shm_size: '2gb'
args:
PYTHON_VERSION: ${PYTHON_VERSION:-3.6}
```
[ Full content available at: https://github.com/apache/arrow/pull/2572 ]
This message was relayed via gitbox.apache.org for [email protected]