One of the most frequent problems with running the ODK for the first time is failure because of lack of memory. This can look like a Java OutOfMemory exception,
but more often than not it will appear as something like an Error 137. There are two places you need to consider to set your memory:
robot_java_args: '-Xmx8G' to your src/ontology/bervo-odk.yaml file, see for example here.robot_java_args variable. You can manage your memory settings
by right-clicking on the docker whale in your system bar–>Preferences–>Resources–>Advanced, see picture below.