Permalink
Browse files

increase docker image ram

  • Loading branch information...
1 parent 5f033e0 commit ca0de001c85b216417f1b3230ebb74958af86e0e @jnguyenx jnguyenx committed Apr 18, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
View
@@ -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

Please sign in to comment.