Skip to content

[doc] Adding memory to the docker instance #259

@bjdmeest

Description

@bjdmeest

To add more memory to the docker instance, you could use the following syntax:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions