GitHub user afs added a comment to the discussion: How to load big dataset to new database
One point : "-Xmx28g -Xms4g" The way TDB works, if you run with a large heap it will slow down loading. TDB uses the OS file system accessing and caching indexing files. This isn't heap but a large heap take space from the OS. Try "-Xmx4g -Xms4g". GitHub link: https://github.com/apache/jena/discussions/3701#discussioncomment-15508191 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
