increase java memory

This commit is contained in:
Maxksim Fomenkov
2022-09-07 16:28:49 +03:00
parent 3d4412d257
commit 945048a2be

View File

@@ -164,7 +164,7 @@ jib {
} }
} }
container { container {
jvmFlags = ['-Xms1024m'] jvmFlags = ['-Xms1024m', '-Xmx16G']
mainClass = 'io.emeraldpay.dshackle.StarterKt' mainClass = 'io.emeraldpay.dshackle.StarterKt'
args = [] args = []
ports = ['2448', '2449', '8545'] ports = ['2448', '2449', '8545']