Benjamin Geer
Benjamin Geer
Can you try increasing `app.sipi.timeout` in Knora's `application.conf`?
I would really like to know why Sipi would take 60 seconds to process an image, but it could take some time to investigate this. Is increasing the timeout OK...
> I think that the current design of the bulkimporter creates 100 new resources at the same time, which basically hammers Knora and Sipi. Creating all the resources at the...
After talking with @subotic, we are going to redesign bulk import somewhat to reduce its resource consumption, but we won't be able to do it until next year.
Trying Sipi on the command line with just one of your images: ``` euler:Sipi benjamingeer$ time local/bin/sipi -f HISTO_BILLON_1726.jpg HISTO_BILLON_1726.jp2 real 0m6.809s ``` The input file is a 44 MB...
#1062 has been merged. With Knora's default `app.sipi.timeout` of 5 seconds, using the current `develop` branches of both Knora and Sipi (compiled from source, not running in Docker), when I...
In addition to the time needed to convert the image to JPEG 2000, Sipi needs time to compute the image's SHA256 hash, which is included in the embedded metadata of...
> TriplestoreConnectionException Yes, that looks like a copy-and-paste error. :)
I’m talking about ontologies. If someone makes a class definition with cardinalities on 10000 different properties, we’re not going to be able to serve instances of that class. There has...
I don’t know, what you you think would be reasonable?