Unable to open /admin/logs
Created by: matthewp
From the server log:
Started GET "/admin/logs" for 127.0.0.1 at 2013-10-23 17:05:54 +0000
Processing by Admin::LogsController#show as HTML
Rendered admin/logs/show.html.haml within layouts/admin (6.0ms)
Completed 500 Internal Server Error in 10ms
ActionView::Template::Error (Cannot allocate memory - tail):
21: Scroll down
22: .file-content.logs
23: %ol
24: - Gitlab::GitLogger.read_latest.each do |line|
25: %li
26: %p= line
27: .tab-pane#application
lib/gitlab/logger.rb:14:in `read_latest'
app/views/admin/logs/show.html.haml:24:in `_app_views_admin_logs_show_html_haml__651963687__580767718'