khannaekta commented on code in PR #602: URL: https://github.com/apache/madlib/pull/602#discussion_r1198076326
########## tool/jenkins/jenkins_build.sh: ########## @@ -51,35 +51,46 @@ docker pull madlib/postgres_13:jenkins # Launch docker container with volume mounted from workdir echo "-------------------------------" cat <<EOF -docker run -d -e POSTGRES_PASSWORD=postgres --name madlib -v "${workdir}":/madlib madlib/postgres_13:jenkins | tee logs/docker_setup.log +docker run -d -t -e POSTGRES_PASSWORD=postgres --name madlib --ulimit core=-1 --privileged -v "${workdir}":/madlib madlib/postgres_13:jenkins | tee logs/docker_setup.log EOF -docker run -d -e POSTGRES_PASSWORD=postgres --name madlib -v "${workdir}":/madlib madlib/postgres_13:jenkins | tee logs/docker_setup.log +docker run -d -t -e POSTGRES_PASSWORD=postgres --name madlib --ulimit core=-1 --privileged -v "${workdir}":/madlib madlib/postgres_13:jenkins | tee logs/docker_setup.log +# -c log_statement=all -c logging_collector=on -c log_directory=logs -c log_filename=postgresql.log Review Comment: we can probably remove this commented line -- 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: dev-unsubscr...@madlib.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org