Skip to content

Commit 51d0a4f

Browse files
committed
Revert unnecessary change
1 parent 50af309 commit 51d0a4f

File tree

1 file changed

+13
-14
lines changed
  • airbyte-integrations/connectors/destination-snowflake

1 file changed

+13
-14
lines changed

airbyte-integrations/connectors/destination-snowflake/build.gradle

+13-14
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@ plugins {
66

77
application {
88
mainClass = 'io.airbyte.integrations.destination.snowflake.SnowflakeDestination'
9+
// enable when profiling
910
applicationDefaultJvmArgs = [
10-
'-XX:+ExitOnOutOfMemoryError',
11-
'-XX:MaxRAMPercentage=75.0',
12-
// uncomment when profiling
13-
// '-Xmx256m',
14-
// '-XX:NativeMemoryTracking=detail',
15-
// '-XX:+UsePerfData',
16-
// '-Djava.rmi.server.hostname=localhost',
17-
// '-Dcom.sun.management.jmxremote=true',
18-
// '-Dcom.sun.management.jmxremote.port=6000',
19-
// "-Dcom.sun.management.jmxremote.rmi.port=6000",
20-
// '-Dcom.sun.management.jmxremote.local.only=false',
21-
// '-Dcom.sun.management.jmxremote.authenticate=false',
22-
// '-Dcom.sun.management.jmxremote.ssl=false',
11+
'-XX:+ExitOnOutOfMemoryError',
12+
'-XX:MaxRAMPercentage=75.0',
13+
// '-XX:NativeMemoryTracking=detail',
14+
// "-Djava.rmi.server.hostname=localhost",
15+
// '-Dcom.sun.management.jmxremote=true',
16+
// '-Dcom.sun.management.jmxremote.port=6000',
17+
// "-Dcom.sun.management.jmxremote.rmi.port=6000",
18+
// '-Dcom.sun.management.jmxremote.local.only=false',
19+
// '-Dcom.sun.management.jmxremote.authenticate=false',
20+
// '-Dcom.sun.management.jmxremote.ssl=false',
21+
// '-agentpath:/usr/local/YourKit-JavaProfiler-2021.3/bin/linux-x86-64/libyjpagent.so=port=10001,listen=all'
2322
]
2423

2524
}
@@ -30,7 +29,7 @@ dependencies {
3029
implementation 'net.snowflake:snowflake-jdbc:3.13.9'
3130
implementation 'org.apache.commons:commons-csv:1.4'
3231
implementation 'com.github.alexmojaki:s3-stream-upload:2.2.2'
33-
implementation 'io.aesy:datasize:1.0.0'
32+
implementation "io.aesy:datasize:1.0.0"
3433

3534
implementation project(':airbyte-config:models')
3635
implementation project(':airbyte-db:lib')

0 commit comments

Comments
 (0)