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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/2501#discussion_r301518495">seednode/src/main/java/bisq/seednode/SeedNodeMain.java</a>:</p>
<pre style='color:#555'>> @@ -53,7 +53,6 @@ public static void main(String[] args) throws Exception {
     protected void doExecute(OptionSet options) {
         super.doExecute(options);
 
-        checkMemory(bisqEnvironment, this);
</pre>
<p>The thing is, the checkMemory routine attempts to restart the seed node and does so by doing highly specific stuff. I had my seed node run with systemd and everytime the checkMemory did its thing, I had to manually restore and restart the node. Even without systemd, the restart did not work.<br>
Restarting a system service after it fails due to external stuff (memory in this case) is not to be implemented in the service itself. That only complicates things and hardly works on a wider range of servers.</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/2501?email_source=notifications&email_token=AJFFTNQ42XZGRJIHJVDUAD3P6RTVZA5CNFSM4G4BHCAKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB53GIXI#discussion_r301518495">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNW4LCUQCRVSIALPHCTP6RTVZANCNFSM4G4BHCAA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNUIEQMFXL4CGOEL5LTP6RTVZA5CNFSM4G4BHCAKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB53GIXI.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/2501?email_source=notifications\u0026email_token=AJFFTNQ42XZGRJIHJVDUAD3P6RTVZA5CNFSM4G4BHCAKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB53GIXI#discussion_r301518495",
"url": "https://github.com/bisq-network/bisq/pull/2501?email_source=notifications\u0026email_token=AJFFTNQ42XZGRJIHJVDUAD3P6RTVZA5CNFSM4G4BHCAKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB53GIXI#discussion_r301518495",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>