Skip to content

Commit 2e5d087

Browse files
authored
added docker mariadb error help
In response to this issue - #723
1 parent 47bf429 commit 2e5d087

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,15 @@ You may be running into problems with SELinux. Either disable SELinux or run th
670670
setsebool -P httpd_can_network_connect_db 1
671671
```
672672

673+
### MariaDB Docker does not start
674+
675+
If you see the following error in the Docker logs while trying to start MariaDB, it is likely due to the host machine not having enough memory. If you are using this in a hosted environment, the best solution is to step up a machine size to get more memory and to try again.
676+
677+
```
678+
[Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.15+maria~ubu2204 started.
679+
[Warn] [Entrypoint]: /sys/fs/cgroup///memory.pressure not writable, functionality unavailable to MariaDB
680+
```
681+
673682
### Anything Else
674683
675684
For the latest troubleshooting information please read both open and closed tickets in the git repo:

0 commit comments

Comments
 (0)