mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
seednode: Set JVM heap size to 4096M
This commit is contained in:
parent
79992ed991
commit
34fc85f9c6
@ -26,6 +26,11 @@ class AppStartPlugin @Inject constructor(private val javaToolchainService: JavaT
|
||||
dependsOn(installDistTask)
|
||||
javaLauncher.set(getJavaLauncher(project))
|
||||
|
||||
if (project.name == "seednode") {
|
||||
minHeapSize = "4096M"
|
||||
maxHeapSize = "4096M"
|
||||
}
|
||||
|
||||
classpath = installDistTask.map {
|
||||
val appLibsDir = File(it.destinationDir, "lib")
|
||||
val allFiles = appLibsDir.listFiles()
|
||||
|
Loading…
Reference in New Issue
Block a user