ulimit shows
$ ulimit -n
1024
is it too small for Kafka ?
On Wed, Nov 28, 2018 at 6:18 AM Dhruvil Shah wrote:
> The unit test itself does not seem to use too many files. What is the
> output for `ulimit -n` on your system? Running `lsof` might also be helpful
> to determine how many open fil
The unit test itself does not seem to use too many files. What is the
output for `ulimit -n` on your system? Running `lsof` might also be helpful
to determine how many open files you have while Kafka is not running.
- Dhruvil
On Tue, Nov 27, 2018 at 9:20 AM lk gen wrote:
> When running ./gradle