@@ -6,20 +6,19 @@ plugins {
6
6
7
7
application {
8
8
mainClass = ' io.airbyte.integrations.destination.snowflake.SnowflakeDestination'
9
+ // enable when profiling
9
10
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'
23
22
]
24
23
25
24
}
@@ -30,7 +29,7 @@ dependencies {
30
29
implementation ' net.snowflake:snowflake-jdbc:3.13.9'
31
30
implementation ' org.apache.commons:commons-csv:1.4'
32
31
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"
34
33
35
34
implementation project(' :airbyte-config:models' )
36
35
implementation project(' :airbyte-db:lib' )
0 commit comments