MinimServer Forum
Minimserver in Docker Container Keeps Writing To Disk - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Minimserver in Docker Container Keeps Writing To Disk (/showthread.php?tid=6667)

Pages: 1 2 3


RE: Minimserver in Docker Container Keeps Writing To Disk - simoncn - 15-11-2023 14:39

(15-11-2023 14:30)MarcGPV Wrote:  I also ran the following command in a terminal window (inspired by the advice above):
echo "javaopts = -XX:-UsePerfData" >/opt/bubbleupnpserver/bubbleupnpstart.conf

This mechanism is specific to MinimServer and will not work with BubbleUPnP. You need to find out what the equivalent mechanism is for BubbleUPnP.


RE: Minimserver in Docker Container Keeps Writing To Disk - bubbleguuum - 15-11-2023 14:54

(15-11-2023 14:39)simoncn Wrote:  
(15-11-2023 14:30)MarcGPV Wrote:  I also ran the following command in a terminal window (inspired by the advice above):
echo "javaopts = -XX:-UsePerfData" >/opt/bubbleupnpserver/bubbleupnpstart.conf

This mechanism is specific to MinimServer and will not work with BubbleUPnP. You need to find out what the equivalent mechanism is for BubbleUPnP.


There's a paragraph on that on:

https://bubblesoftapps.com/bubbleupnpserver2/docs/docker.html

(search for "spinning hard drive").


RE: Minimserver in Docker Container Keeps Writing To Disk - MarcGPV - 16-11-2023 13:50

(15-11-2023 14:54)bubbleguuum Wrote:  There's a paragraph on that on:

https://bubblesoftapps.com/bubbleupnpserver2/docs/docker.html

(search for "spinning hard drive").

Thanks a lot for the feedback, this should guide me towards the solution.