1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Add ExitOnOutOfMemoryError to java connectors and bump versions (#10256)

This commit is contained in:
Lake Mossman
2022-02-14 15:49:15 -08:00
committed by GitHub
parent af5e133a89
commit 3d8a0dc048
153 changed files with 267 additions and 215 deletions

View File

@@ -7,7 +7,7 @@ plugins {
application {
mainClass = 'io.airbyte.integrations.source.mysql.MySqlSource'
applicationDefaultJvmArgs = ['-XX:MaxRAMPercentage=75.0']
applicationDefaultJvmArgs = ['-XX:+ExitOnOutOfMemoryError', '-XX:MaxRAMPercentage=75.0']
}
dependencies {