Mohammad Javad Naderi

Results 16 comments of Mohammad Javad Naderi

Thanks for your feedback @amezin Option (b) was my first idea. I was thinking of adding an "Advanced Options" tab (for custom styles and any future advanced option). I'm not...

@fracmak Is there any plan to implement this? This is essential for addressing accessibility issues.

We are facing the same issue. Mattermost server is killed by OOM killer serveral times a day. Is there any progress on this?

``` Mattermost Version: 7.7.1 Database Schema Version: 100 Database: postgres ``` The problem started when we upgraded to Mattermost `7.5.2` and upgrading to `7.7.1` didn't help. I dont remember which...

@matclab I think in our case `pids_limit` is not the problem. Because number of processes is not too high, even during the crash, and that message about fork does not...

Adding `cgroup_disable=memory` did not help, but increasing `pids_limit` as @matclab suggested fixed the problem for us. I doubled the value of `pids_limit` in `docker-compose.yml` (for `postgres` service, changed from 100...