From 4385b4a6cbe1b4d79e0344f2a145aa02ff7e05bb Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 9 Dec 2016 01:36:23 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ba69be..35dee92 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po It is based on alpine linux with s6 overlay, for shell access whilst the container is running do `docker exec -it ubooquity /bin/bash`. -###MAXMEM +### MAXMEM The quantity of memory allocated to Ubooquity depends on the hardware your are running it on. If this quantity is too small, you might sometime saturate it with when performing memory intensive operations. That’s when you get `java.lang.OutOfMemoryError:` Java heap space errors.