mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
Merge pull request #21 from YunoHost-Apps/reduce_ram_usage
Reduce ram usage
This commit is contained in:
commit
40789fd259
3 changed files with 4 additions and 2 deletions
|
@ -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 <https://www.reddit.com/r/airsonic/comments/doscco/jvm_memory_issues/>
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue