[1m[35mActiveRecord::SchemaMigration Load (6.7ms)[0m SELECT schema_migrations.* FROM schema_migrations
Started GET “/” for 82.74.205.109 at 2015-03-13 13:16:32 +0000
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT schema_migrations.* FROM schema_migrations[0m
Processing by Rails::WelcomeController#index as HTML
Rendered /home/action/.gem/ruby/2.1.1/gems/railties-4.1.0/lib/rails/templates/rails/welcome/index.html.erb (2.3ms)
Completed 200 OK in 28ms (Views: 9.5ms | ActiveRecord: 0.0ms)
Started GET “/products” for 82.74.205.109 at 2015-03-13 13:16:51 +0000
Processing by ProductsController#index as HTML
[1m[35mProduct Load (0.4ms)[0m SELECT products.* FROM products
Rendered products/index.html.erb within layouts/application (2.4ms)
Completed 200 OK in 1134ms (Views: 1130.8ms | ActiveRecord: 0.4ms)
Started GET “/assets/products.css?body=1” for 82.74.205.109 at 2015-03-13 13:16:52 +0000
Started GET “/assets/products.js?body=1” for 82.74.205.109 at 2015-03-13 13:16:52 +0000
Started GET “/assets/scaffolds.css?body=1” for 82.74.205.109 at 2015-03-13 13:16:52 +0000
Started GET “/assets/jquery.js?body=1” for 82.74.205.109 at 2015-03-13 13:16:52 +0000
Started GET “/assets/turbolinks.js?body=1” for 82.74.205.109 at 2015-03-13 13:16:52 +0000
Started GET “/assets/application.css?body=1” for 82.74.205.109 at 2015-03-13 13:16:53 +0000
Started GET “/assets/jquery_ujs.js?body=1” for 82.74.205.109 at 2015-03-13 13:16:53 +0000
Started GET “/assets/application.js?body=1” for 82.74.205.109 at 2015-03-13 13:16:53 +0000
Started GET “/” for 82.74.205.109 at 2015-03-13 15:25:12 +0000
Started GET “/” for 82.74.205.109 at 2015-03-13 15:25:30 +0000
I working on a new project and made all the templates ready.
But as soon as I do rails s I see this output :
Started GET "/" for 82.74.205.109 at 2015-03-13 15:25:30 +0000
Killed
You have not said whether this is a random event or whether it happens
every time.
Assuming it is repeatable can you copy/paste the full output from the
server window please. From the start of the server. Obviously
restart the server and then do it so as to keep it short.
Anything in /var/log/syslog (or wherever your equivalent system log
is) at the time it happens?
I had these random “killed” messages in the past and it was a memory issue.
I was using vagrant box, and in my case I just increased the ram available to the VM.