-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server crashes when you use more than three services #90
Comments
Hi, this is very likely that your system is simply running out of memory and server gets killed by kernel. I guess you are using a CPU, and thus you need to increase your system's RAM. |
Working with 12GB now. Will let you know what happens. |
@aninja5 check the system logs, if the process is being killed by the OS there should be an entry there |
There is this value when you start training a job: Memory required for data: 82504000, which should give you the amount of memory required so you can plan accordingly. What I did was to get a cheap ovh.co.uk server with 32gb of ram, which is cheaper than AWS for long term running, and it works for me. But my jobs aren't that resource intensive. |
User @revilokeb did an outstanding review of dd performances on AWS along with AMI and recommendations, I'd suggest to use that, it is in issue #5. |
I created four different services using thesample models. When I try to access all four of the services , the server exits with the message "killed". It happens when I am consequently hitting the services. It works fine with three services. But when I use the fourth one, the server crashes. I am running deepdetect on a Ubuntu 64 Bit VM with 8GB memory.
The text was updated successfully, but these errors were encountered: