When I want to start a server with Django, after let's say 10 seconds it gets killed:
root@Arduino:/mnt/sda1/arduino/tmp/djangotest/sample# ./manage.py runserver 0.0.0.0:9876
Killed
Who or what is killing it? And how can I avoid this from happening.
Can it be that the Yun runs out of memory? When I do top the amount of 'free' decreases significnatly when starting this command.
edit: probably same problem as in topic pip install Killed - Arduino Yún - Arduino Forum