<p></p>
<p><b>@freimair</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4048#discussion_r391051163">build.gradle</a>:</p>
<pre style='color:#555'>> @@ -133,6 +133,12 @@ configure([project(':cli'),
             unixScriptFile.text = unixScriptFile.text.replace(
                 'cd "`dirname \\"$PRG\\"`/.." >/dev/null', 'cd "`dirname \\"$PRG\\"`" >/dev/null')
 
+            if (applicationName == 'desktop') {
+                def script = file("${rootProject.projectDir}/bisq-$applicationName")
+                script.text = script.text.replace(
+                    'DEFAULT_JVM_OPTS=""', 'DEFAULT_JVM_OPTS="-XX:MaxRAM=4GB"')
</pre>
⬇️ Suggested change
<pre style="color: #555">-                    'DEFAULT_JVM_OPTS=""', 'DEFAULT_JVM_OPTS="-XX:MaxRAM=4GB"')
+                    'DEFAULT_JVM_OPTS=""', 'DEFAULT_JVM_OPTS="-XX:MaxRAM=4g"')
</pre>

<p>of course... sorry.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4048#pullrequestreview-372862495">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNV7QMDTGSJAD3JABNDRG6UFFANCNFSM4LFWJPGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNWLZI6ST56X4WYK2QLRG6UFFA5CNFSM4LFWJPG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCY4W4HY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4048#pullrequestreview-372862495",
"url": "https://github.com/bisq-network/bisq/pull/4048#pullrequestreview-372862495",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>