1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git synced 2024-09-03 18:06:00 +02:00

MEMORY_NEEDED=2048

This commit is contained in:
Krakinou 2022-11-26 16:26:43 +01:00
parent 80b52db295
commit 0668ef1136

View file

@ -3,7 +3,7 @@
#=================================================
# COMMON VARIABLES
#=================================================
MEMORY_NEEDED="10240"
MEMORY_NEEDED="2048"
NODEJS_VERSION=18
#=================================================