You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I learnt from @liocle who confirmed it with titus and Markus that we don't actually need to run our project in a VM during eval.
Let change some setting so our project works on school PC without VM.
2 things I have in mind at least:
nginx port: change 443 to 1024, for example
CSRF_TRUSTED_ORIGINS: add "127.0.0.1"
If anything else, adapt and figure it out.
The text was updated successfully, but these errors were encountered:
Yes, it may be we have to remove the ulimits. Those, as far as i remember are needed to control the memory available to some services, but setting them may require elevated privileges, which this is the case. I think, Docker can handle this management by default ok considering we won't ever have too high load on any services ( except a bug!). I will check the other one with filebeat
I learnt from @liocle who confirmed it with titus and Markus that we don't actually need to run our project in a VM during eval.
Let change some setting so our project works on school PC without VM.
2 things I have in mind at least:
If anything else, adapt and figure it out.
The text was updated successfully, but these errors were encountered: