maytasm commented on a change in pull request #10740:
URL: https://github.com/apache/druid/pull/10740#discussion_r564328768



##########
File path: integration-tests/docker/environment-configs/indexer
##########
@@ -21,7 +21,7 @@ DRUID_SERVICE=indexer
 DRUID_LOG_PATH=/shared/logs/indexer.log
 
 # JAVA OPTS
-SERVICE_DRUID_JAVA_OPTS=-server -Xmx512m -Xms512m -XX:+UseG1GC 
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5008
+SERVICE_DRUID_JAVA_OPTS=-server -Xmx1g -Xms1g -XX:+UseG1GC 
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5008

Review comment:
       I suspect that flaky test failures in Indexer-based IT are due to the 
low/insufficient memory. I have seen failures from ingestion tasks never 
finishing with no error/exception message...ingestion task just disappeared. 
One reason I can think of is OOM in the ingestion. Hence, bump this to 
hopefully eliminate flaky test failure in Indexer IT. This is not directly 
related to this PR.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to