Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ FROM metabase/metabase:v0.53.3.5
|
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
# Set Java options for memory management
|
| 10 |
-
ENV JAVA_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -
|
| 11 |
|
| 12 |
# Set Metabase specific environment variables
|
| 13 |
|
|
|
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
# Set Java options for memory management
|
| 10 |
+
ENV JAVA_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -Xmx4g"
|
| 11 |
|
| 12 |
# Set Metabase specific environment variables
|
| 13 |
|