Replies: 1 comment
-
Hi Everyone, So I mark this as solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
last year I created Pluto Notebooks for explaining Fourier Transformation and Digitalization for my university course. For demonstration I searched for ways to host this and found this awesome package. I got everything running like a charm. Thank you for that!
However, I now try to get in in the web, and as I have not VServer myself i tried to host it on free Docker hosters. This fails mostly due to the overhead in RAM usage that Julia and its Packages are creating. My notebook has RAM usage of around 150 MB, with potential to decrease it further. However the local docker file running it needs nearly 1,5 GB in RAM. Around 500 MB of this is already allocated when the slider server is running, another 600 MB due to the notebook (probably due to other packages).
Is there any way to reduce the overhead of Julia, PlutoSliderServer or other packages (mainly FFTW, Plots.jl, PlutoUtils.jl).
I found the precompile option and tested it using the static-export-1 branch. It seem to work (after disabling my costum sliders), however the Website does not respond to changing the sliders. I am not sure where the problem lies, as no error is reported.
I am very grateful for any suggestions how to get it running.
Beta Was this translation helpful? Give feedback.
All reactions