From 5301f41019f8c629b09e4e8eca332bb0c6e7639d Mon Sep 17 00:00:00 2001 From: jornh <jornhansen@gmail.com> Date: Wed, 1 Aug 2018 14:06:34 +0200 Subject: [PATCH] Fix Docker OOM config link --- docs/operations-guide/running-metabase-on-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations-guide/running-metabase-on-docker.md b/docs/operations-guide/running-metabase-on-docker.md index 3eb7e77ec88..f9f3f8bd5db 100644 --- a/docs/operations-guide/running-metabase-on-docker.md +++ b/docs/operations-guide/running-metabase-on-docker.md @@ -141,4 +141,4 @@ On some hosts Metabase can fail to start with an error message like: java.lang.OutOfMemoryError: Java heap space If that happens, you'll need to set a JVM option to manually configure the maximum amount of memory the JVM uses for the heap. Refer -to [these instructions](./start.html#metabase-fails-to-start-due-to-heap-space-outofmemoryerrors) for details on how to do that. +to [these instructions](../troubleshooting-guide/running.md) for details on how to do that. -- GitLab