You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Known Issues and Limitations](#Known-Issues-and-Limitations)
16
17
17
18
# Introduction
@@ -1014,10 +1015,33 @@ It will pull the latest image and can cross patch, minor or major release number
1014
1015
1015
1016
**Note: The 'latest' images should not be used in production**
1016
1017
1018
+
# Container Runtime Detection
1017
1019
1020
+
Starting with version 11.2, MarkLogic is able to detect which container runtime the container is running in.
1018
1021
1022
+
## Docker Engine
1019
1023
1024
+
When running on Docker Engine the following entry will show up in the ErrorLogs.txt:
1020
1025
1026
+
`2024-03-15 08:27:36.136 Info: MarkLogic Server is running in a container using Docker runtime. A maximum of <x> huge pages will be used if available.`
1027
+
1028
+
Where is calculated as described in the [Configuring HugePages](https://github.com/marklogic/marklogic-docker/pull/configuring-hugepages) section.
1029
+
1030
+
## Containerd Engine
1031
+
1032
+
When running on Containerd Engine the following entry will show up in the ErrorLogs.txt:
1033
+
1034
+
`2024-03-15 08:27:36.136 Info: MarkLogic Server is running in a container using Containerd runtime. A maximum of <x> huge pages will be used if available.`
1035
+
1036
+
Where is calculated as described in the [Configuring HugePages](https://github.com/marklogic/marklogic-docker/pull/configuring-hugepages) section.
1037
+
1038
+
## CRI-O Engine
1039
+
1040
+
When running on CRI-O Engine the following entry will show up in the ErrorLogs.txt:
1041
+
1042
+
`2024-03-15 08:27:36.136 Info: MarkLogic Server is running in a container using CRI-O runtime. A maximum of <x> huge pages will be used if available.`
1043
+
1044
+
Where is calculated as described in the [Configuring HugePages](https://github.com/marklogic/marklogic-docker/pull/configuring-hugepages) section.
0 commit comments