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

<p>using the standard start script solves the JVM heap monitoring issues (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="569886253" data-permission-text="Issue title is private" data-url="https://github.com/bisq-network/bisq/issues/4004" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/4004/hovercard" href="https://github.com/bisq-network/bisq/pull/4004">#4004</a>)</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3997#discussion_r383310725">pricenode/install_pricenode_debian.sh</a>:</p>
<pre style='color:#555'>> +echo "[*] Creating Bisq homedir"
+sudo -H -i -u "${ROOT_USER}" mkdir -p "${BISQ_HOME}"
+sudo -H -i -u "${ROOT_USER}" chown "${BISQ_USER}":"${BISQ_GROUP}" ${BISQ_HOME}
+
+echo "[*] Cloning Bisq repo"
+sudo -H -i -u "${BISQ_USER}" git config --global advice.detachedHead false
+sudo -H -i -u "${BISQ_USER}" git clone --branch "${BISQ_REPO_TAG}" "${BISQ_REPO_URL}" "${BISQ_HOME}/${BISQ_REPO_NAME}"
+
+echo "[*] Installing OpenJDK 10.0.2 from Bisq repo"
+sudo -H -i -u "${ROOT_USER}" "${BISQ_HOME}/${BISQ_REPO_NAME}/scripts/install_java.sh"
+
+echo "[*] Checking out Bisq ${BISQ_LATEST_RELEASE}"
+sudo -H -i -u "${BISQ_USER}" sh -c "cd ${BISQ_HOME}/${BISQ_REPO_NAME} && git checkout ${BISQ_LATEST_RELEASE}"
+
+echo "[*] Building Bisq from source"
+sudo -H -i -u "${BISQ_USER}" sh -c "cd ${BISQ_HOME}/${BISQ_REPO_NAME} && ./gradlew build -x test < /dev/null" # redirect from /dev/null is necessary to workaround gradlew non-interactive shell hanging issue
</pre>
⬇️ Suggested change
<pre style="color: #555">-sudo -H -i -u "${BISQ_USER}" sh -c "cd ${BISQ_HOME}/${BISQ_REPO_NAME} && ./gradlew build -x test < /dev/null" # redirect from /dev/null is necessary to workaround gradlew non-interactive shell hanging issue
+sudo -H -i -u "${BISQ_USER}" sh -c "cd ${BISQ_HOME}/${BISQ_REPO_NAME} && ./gradlew :pricenode:installDist  -x test < /dev/null" # redirect from /dev/null is necessary to workaround gradlew non-interactive shell hanging issue
</pre>


<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/3997?email_source=notifications&email_token=AJFFTNVENW63P55GHR57CE3REPNUBA5CNFSM4KZB4VH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCWU4DUY#pullrequestreview-363446739">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQEGWXHT5BB2VHFQQDREPNUBANCNFSM4KZB4VHQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQASRYXSUZGQKGVVITREPNUBA5CNFSM4KZB4VH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCWU4DUY.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/3997?email_source=notifications\u0026email_token=AJFFTNVENW63P55GHR57CE3REPNUBA5CNFSM4KZB4VH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCWU4DUY#pullrequestreview-363446739",
"url": "https://github.com/bisq-network/bisq/pull/3997?email_source=notifications\u0026email_token=AJFFTNVENW63P55GHR57CE3REPNUBA5CNFSM4KZB4VH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCWU4DUY#pullrequestreview-363446739",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>