eric-maynard commented on code in PR #1686: URL: https://github.com/apache/polaris/pull/1686#discussion_r2116261697
########## getting-started/jdbc/docker-compose.yml: ########## @@ -28,6 +28,7 @@ services: - "8182:8182" # Optional, allows attaching a debugger to the Polaris JVM - "5005:5005" + shm_size: 1gb Review Comment: I found that the benchmark mentioned in the description very consistently fails with the default memory footprint of 128MB -- it strikes me that this is a very small heap for Polaris. The entity cache along is capped around 100MB. So while it's not required, I think it's a good idea. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org