afs commented on PR #1996: URL: https://github.com/apache/jena/pull/1996#issuecomment-1696348549
The OPs best course of action is to control the cache size with StoreParams. Setting the initial cache size isn't safe for databases that are in-use as the cache can grow later on. The initial sizing only delays the pain. It is possible the OP 's setup never filled half the cache in which case the initial setting would over allocate. The size was chosen without a detailed analysis - it seemed like a good idea at the time! There isn't a contract. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
