docker .net 8 Blazor
Hello,
I have used the git repository to load docker on the PlcNext 2152. I am running the latest firmware on the plc. I have loaded a blazor wasm image in dotnet 8 and start it. It runs for a few seconds and i get a memory fault.
1.) can i add a location to the nginx config file to add my blazor app to display application? I want to of course keep WBM and replace eHmi pages
2.) Running htop it looks like it may not be a memory error, but i am thread bound. Do I have anyway of allocating more threads?
thanks
Comments
1.) can i add a location to the nginx config file to add my blazor app to display application?
Yes, you can modify the nginx configuration on a PLCnext Control device in the same way as you would on any other platform.
It runs for a few seconds and i get a memory fault ...
2.) Running htop it looks like it may not be a memory error, but i am thread bound. Do I have anyway of allocating more threads?
I'd be surprised if the maximum number of threads (
/proc/sys/kernel/threads-max
) isn't enough in this case. Can you give us the diagnostics information that you're seeing?