Add ExitOnOutOfMemoryError to java connectors and bump versions (#10256)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user