Commit 4c3192b1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch '6-4-stable' of dev.gitlab.org:gitlab/gitlabhq into 6-4-3-ce

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

Conflicts:
	VERSION
parents facc3891 42131d01
v6.4.2
- Fixed wrong behaviour of script/upgrade.rb
v6.4.1
- Fixed bug with repository rename
- Fixed bug with project transfer
v 6.4.0 v 6.4.0
- Added sorting to project issues page (Jason Blanchard) - Added sorting to project issues page (Jason Blanchard)
- Assembla integration (Carlos Paramio) - Assembla integration (Carlos Paramio)
......
# This file is used by Rack-based servers to start the application. # This file is used by Rack-based servers to start the application.
# Unicorn self-process killer unless defined?(PhusionPassenger)
require 'unicorn/worker_killer' # Unicorn self-process killer
require 'unicorn/worker_killer'
# # Max memory size (RSS) per worker # Max memory size (RSS) per worker
use Unicorn::WorkerKiller::Oom, (200 * (1 << 20)), (250 * (1 << 20)) use Unicorn::WorkerKiller::Oom, (200 * (1 << 20)), (250 * (1 << 20))
end
require ::File.expand_path('../config/environment', __FILE__) require ::File.expand_path('../config/environment', __FILE__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment