Skip to content

Files to RDF single graph component - OutOfMemoryError #984

Discussion options

You must be logged in to vote

Since Java 8, Java is capable of detecting container runtime and reflect maximum memory option. Yet, it seems that by default only 1/4 of the available memory is used as the maximum heap size. Fore more information see How To Configure Java Heap Size Inside a Docker Container. A solution is to introduce a JAVA_OPTS environment variable and thus allow user to customize Java options, including memory.

Unfortunately this option is not implemented in LinkedPipes:ETL at this moment.

A quick fix might be to build the Docker images locally with modified CMD command, with the -Xmx6G option.

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by martina-parkanova
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants