Page MenuHomeSoftware Heritage

kafka: increase the open file limit
ClosedPublic

Authored by vsellier on Aug 25 2021, 10:25 AM.

Details

Summary

Related to T3501

Test Plan
  • journal0.staging
diff origin/production/journal0.internal.staging.swh.network current/journal0.internal.staging.swh.network
*******************************************
  File[/etc/systemd/system/kafka.service] =>
   parameters =>
     content =>
      @@ -16,5 +16,5 @@
       Type=simple
       ExecStart=/opt/kafka/bin/kafka-server-start.sh /opt/kafka/config/server.properties
      -LimitNOFILE=65536
      +LimitNOFILE=524288
      _
       [Install]
*******************************************
*** End octocatalog-diff on journal0.internal.staging.swh.network
  • kafka[0-4]:
*******************************************
  File[/etc/systemd/system/kafka.service] =>
   parameters =>
     content =>
      @@ -16,5 +16,5 @@
       Type=simple
       ExecStart=/opt/kafka/bin/kafka-server-start.sh /opt/kafka/config/server.properties
      -LimitNOFILE=65536
      +LimitNOFILE=524288
      _
       [Install]
*******************************************
*** End octocatalog-diff on kafka1.internal.softwareheritage.org

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.