Skip to content
Snippets Groups Projects
Unverified Commit 48c72e25 authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Missing ")"

parent e5dc857b
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ Heroku is very kind and offers a free tier to be used for very small/non-critica
* Heroku’s 30 second timeouts on all web requests can cause a few issues if you happen to have longer running database queries. Most people don’t run into this but be aware that it’s possible.
* When using the `free` tier, if you don’t access the application for a while Heroku will sleep your Metabase environment. This prevents things like Pulses and Metabase background tasks from running when scheduled and at times makes the app appear to be slow when really it's just Heroku reloading your app. You can resolve this by upgrading to the `hobby` tier or higher.
* Sometimes Metabase may run out of memory and you will see messages like `Error R14 (Memory quota exceeded` in the Heroku logs. If this happens regularly we recommend upgrading to the `standard-2x` tier dyno.
* Sometimes Metabase may run out of memory and you will see messages like `Error R14 (Memory quota exceeded)` in the Heroku logs. If this happens regularly we recommend upgrading to the `standard-2x` tier dyno.
Now that you’ve installed Metabase, it’s time to [set it up and connect it to your database](../setting-up-metabase.md).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment