You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/22 20:23:00 UTC

[jira] [Commented] (KAFKA-2462) allow modifying soft limit for open files in Kafka startup script

    [ 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:
users@infra.apache.org


> 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)