wireapp / wire-server

🇪🇺 Wire back-end services
https://wire.com
GNU Affero General Public License v3.0
2.6k stars 325 forks source link

Fix repeated with-rtsopts option #4118

Closed pcapriotti closed 3 months ago

pcapriotti commented 3 months ago

GHC does not support repeated --with-rtsopts options, and it simply applies the last one. This means many of the baked-in options were actually not being passed, including -N for some of the services and -T for cannon.

Checklist