Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cf77b2b9
Commit
cf77b2b9
authored
Dec 30, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '6-4-3-ce' of /home/git/repositories/gitlab/gitlab-ee
parents
facc3891
4c3192b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
CHANGELOG
CHANGELOG
+7
-0
config.ru
config.ru
+6
-4
No files found.
CHANGELOG
View file @
cf77b2b9
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
- Added sorting to project issues page (Jason Blanchard)
- Assembla integration (Carlos Paramio)
...
...
config.ru
View file @
cf77b2b9
# This file is used by Rack-based servers to start the application.
# Unicorn self-process killer
require
'unicorn/worker_killer'
unless
defined?
(
PhusionPassenger
)
# Unicorn self-process killer
require
'unicorn/worker_killer'
# # Max memory size (RSS) per worker
use
Unicorn
::
WorkerKiller
::
Oom
,
(
200
*
(
1
<<
20
)),
(
250
*
(
1
<<
20
))
# Max memory size (RSS) per worker
use
Unicorn
::
WorkerKiller
::
Oom
,
(
200
*
(
1
<<
20
)),
(
250
*
(
1
<<
20
))
end
require
::
File
.
expand_path
(
'../config/environment'
,
__FILE__
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment