mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-04 03:03:48 +01:00
Update remaining Java max ram default settings
This commit is contained in:
parent
548ecaa595
commit
401f9d25f0
2 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ public enum BisqAppConfig {
|
||||||
49998),
|
49998),
|
||||||
alicedesktop("bisq-BTC_REGTEST_Alice_dao",
|
alicedesktop("bisq-BTC_REGTEST_Alice_dao",
|
||||||
"bisq-desktop",
|
"bisq-desktop",
|
||||||
"-XX:MaxRAM=4g -Dlogback.configurationFile=apitest/build/resources/main/logback.xml",
|
"-XX:MaxRAM=6g -Dlogback.configurationFile=apitest/build/resources/main/logback.xml",
|
||||||
BisqAppMain.class.getName(),
|
BisqAppMain.class.getName(),
|
||||||
7777,
|
7777,
|
||||||
5122,
|
5122,
|
||||||
|
@ -82,7 +82,7 @@ public enum BisqAppConfig {
|
||||||
49999),
|
49999),
|
||||||
bobdesktop("bisq-BTC_REGTEST_Bob_dao",
|
bobdesktop("bisq-BTC_REGTEST_Bob_dao",
|
||||||
"bisq-desktop",
|
"bisq-desktop",
|
||||||
"-XX:MaxRAM=4g -Dlogback.configurationFile=apitest/build/resources/main/logback.xml",
|
"-XX:MaxRAM=6g -Dlogback.configurationFile=apitest/build/resources/main/logback.xml",
|
||||||
BisqAppMain.class.getName(),
|
BisqAppMain.class.getName(),
|
||||||
8888,
|
8888,
|
||||||
5123,
|
5123,
|
||||||
|
|
|
@ -145,7 +145,7 @@ configure([project(':cli'),
|
||||||
if (applicationName == 'desktop') {
|
if (applicationName == 'desktop') {
|
||||||
def script = file("${rootProject.projectDir}/bisq-$applicationName")
|
def script = file("${rootProject.projectDir}/bisq-$applicationName")
|
||||||
script.text = script.text.replace(
|
script.text = script.text.replace(
|
||||||
'DEFAULT_JVM_OPTS=""', 'DEFAULT_JVM_OPTS="-XX:MaxRAM=4g"')
|
'DEFAULT_JVM_OPTS=""', 'DEFAULT_JVM_OPTS="-XX:MaxRAM=6g"')
|
||||||
}
|
}
|
||||||
|
|
||||||
if (applicationName == 'apitest') {
|
if (applicationName == 'apitest') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue