You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "radai rosenblatt (JIRA)" <ji...@apache.org> on 2017/05/08 04:32:04 UTC

[jira] [Created] (KAFKA-5190) builds with low parallelism exhaust system open files and crash

radai rosenblatt created KAFKA-5190:
---------------------------------------

             Summary: builds with low parallelism exhaust system open files and crash
                 Key: KAFKA-5190
                 URL: https://issues.apache.org/jira/browse/KAFKA-5190
             Project: Kafka
          Issue Type: Bug
            Reporter: radai rosenblatt


in an attempt to produce more stable builds, i tried reducing the parallelism:
```
export GRADLE_OPTS=-Dorg.gradle.daemon=false
./gradlew clean build -PmaxParallelForks=1
```
which made things much worse - i now have builds that fail due to hitting the system maximum number of open files (4096 in my case).

this happens with or without the gradle daemon



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)