-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing books #1
Comments
|
Imported books whose text was 2 MB or less:
|
In the end I gave Knora |
With the file
the-city-of-god-vol-1.txt
(1.3M of text and 170,580 standoff tags):With the current settings in
webapiJavaRunOptions
inKnoraBuild.sbt
(1G of heap space), Knora threw anOutOfMemoryError
at the end of the Twirl templategenerateInsertStatementsForCreateValue.scala.txt
. I changed this to-Xms3G -Xmx4G
.Then when GraphDB processed the insert, it also crashed with an
OutOfMemoryError
. I increased its heap space to-Xms3G -Xmx5G
.The text was updated successfully, but these errors were encountered: