[MDEV-17316] 5 EE_OUTOFMEMORY (Out of memory) being returned by MySQL process Created: 2018-09-28 Updated: 2021-03-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Embedded Server |
| Affects Version/s: | 5.5.56 |
| Fix Version/s: | 5.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | mona | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Mariadb version: 5.5.56 I have a client-server based architecture setup where maria DB is used in back-end server for data storage .We are using TLS version TLSv1.2 for MySQL communication. We had to restart DB for restoring proper communication . We need your help to know
For information - The tuning parameters used by db in our case are : SSL_CIPHER=TLSv1.2 --user=mysql --log-error=* --max_connections=100000 --wait_timeout=600 --interactive_timeout=600 --max_connect_errors=1000 --max_allowed_packet=16M --sort_buffer_size=256M --bulk_insert_buffer_size=128M Let us know if any additional details are required. |