To add more memory to the docker instance, you could use the following syntax: ```bash docker run \ --rm -v .:/data \ --entrypoint java \ rmlio/rmlmapper-java:latest \ -Xms8g -jar /rmlmapper.jar \ --mappingfile mapping.ttl ``` This should be added to the README