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)