diff --git a/README.md b/README.md index 5ef1b81..0890d5c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ How to configure this app: by an admin panel. #### Multi-users support Are LDAP and HTTP auth supported? **Yes** +* Memory RAM limit set to 256Mb because airsonic was often killed by lack of RAM (hello OOM killer) + * See #### Supported architectures diff --git a/conf/systemd.service b/conf/systemd.service index a2cca3b..333c7d9 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ AssertPathExists=__FINALPATH__ [Service] Type=simple -Environment="JAVA_OPTS=-Xmx700m" +Environment="JAVA_OPTS=-Xmx256m" Environment="JAVA_ARGS=" EnvironmentFile=-/etc/default/__APP__ ExecStart=/usr/bin/java \ diff --git a/manifest.json b/manifest.json index 1cf0d73..31202d3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Stream and manage your music collection", "fr": "Streamez et gérez votre collection de musique" }, - "version": "10.5.0~ynh2", + "version": "10.5.0~ynh3", "url": "http://airsonic.github.io", "license": "GPL-3.0-or-later", "maintainer": {