From e3488852c02670e40e5b871f3bddb49521832c01 Mon Sep 17 00:00:00 2001 From: jooola Date: Mon, 24 Jul 2017 00:43:55 +0200 Subject: [PATCH] Add workaround for slow startup under ARM Thanks to @qlyoung ! --- install/prerequisites.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/prerequisites.md b/install/prerequisites.md index 6ad240c..e8df898 100644 --- a/install/prerequisites.md +++ b/install/prerequisites.md @@ -5,6 +5,8 @@ permalink: /docs/install/prerequisites/ --- To get Airsonic running, we are going to install OpenJDK 8 or Oracle JDK 8, set the default `JAVA_HOME`, and finally deploy our Airsonic WAR package. +> Please note that if you are running Libresonic on an ARM platform and you experience extremely long startup times (on the order of 20-30 minutes), you should install Oracle's JDK/JRE. There are known performance issues with OpenJDK under ARM. + #### Install OpenJDK 8 ##### On Debian 9