Permalink
Browse files
increase docker image ram
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Dockerfile
|
|
@@ -42,6 +42,6 @@ RUN if [ $species = "all" ]; \ |
|
|
fi
|
|
|
RUN cd /data && python configuration-generator.py
|
|
|
|
|
|
-CMD java -jar /data/owlsim-services-3.0-SNAPSHOT.jar server /data/configuration.yaml
|
|
|
+CMD java -Xmx10g -jar /data/owlsim-services-3.0-SNAPSHOT.jar server /data/configuration.yaml
|
|
|
|
|
|
EXPOSE 8080
|
0 comments on commit
ca0de00