[
https://issues.apache.org/jira/browse/KAFKA-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16301909#comment-16301909
]
ASF GitHub Bot commented on KAFKA-2462:
---------------------------------------
guozhangwang commented on issue #164: KAFKA-2462: allow modifying soft limit
for open files in Kafka startup script
URL: https://github.com/apache/kafka/pull/164#issuecomment-353668930
Closing for cleanup.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> allow modifying soft limit for open files in Kafka startup script
> -----------------------------------------------------------------
>
> Key: KAFKA-2462
> URL: https://issues.apache.org/jira/browse/KAFKA-2462
> Project: Kafka
> Issue Type: Bug
> Reporter: Gwen Shapira
> Assignee: Gwen Shapira
>
> In some systems the hard limit for number of open files is set reasonably
> high, but the default soft limit for the user running Kafka is insufficient.
> It would be nice if the Kafka startup script could set the soft limit of
> number of files for the Kafka process to a user-defined value before starting
> Kafka.
> Something like:
> kafka-server-start --soft-file-limit 10000 config/server.properties
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)