Commit Graph
59 Commits
Author SHA1 Message Date
Sytse Sijbrandij bfe99a1eee Consolidate unicorn worker advise. 2014-12-08 14:41:45 +01:00
Job van der Voort f811b695f8 memory constrained unicorn workers 2014-12-08 14:21:17 +01:00
Job van der Voort b7d4184f24 advise about unicorn workers 2014-12-08 13:51:27 +01:00
Sytse Sijbrandij 372cb87f05 Reword the 512 memmory advise. 2014-12-04 09:47:27 +01:00
Marin Jankovski 79912d6870 System with 512MB of RAM can be used but swap size must be increased. 2014-12-02 14:46:16 +01:00
Marin Jankovski bff0034584 Revert "Remove the lowest memory requirement of 512MB."
This reverts commit 5cf6d5949d.
2014-12-02 14:39:58 +01:00
Marin Jankovski 5cf6d5949d Remove the lowest memory requirement of 512MB. 2014-11-12 12:54:43 +01:00
Ben Bodenmiller dc4caa26bf minor requirements.md cleanup
* "Non Unix"->"Non-Unix"
* Fix poor wording
2014-10-28 09:47:57 -07:00
Dmitriy Zaporozhets ec4a079099 Merge pull request #7976 from bbodenmiller/patch-9
support latest firefox esr release
2014-10-28 14:07:42 +02:00
Robert Schilling d790b2cbb8 Merge pull request #7975 from bbodenmiller/patch-4
webbrowsers -> web browsers
2014-10-06 19:31:15 +02:00
Ben Bodenmiller 2aa2d268fd support latest firefox esr release 2014-10-06 09:30:25 -07:00
Ben Bodenmiller 014eeb2e0b webbrowsers -> web browsers 2014-10-06 09:27:38 -07:00
Ben Bodenmiller 897d69d6d5 number formatting fix 2014-10-06 09:26:40 -07:00
Tobias Pfeiffer 0311efcbf0 Delete stray brace
* seems like a small mistake ;-)
2014-09-18 18:39:30 +02:00
Sytse Sijbrandij 079c1685f2 Mention that people should use the CentOS tools. 2014-09-03 10:20:57 +02:00
Jacob Vosmaer ecd946be4c Swap is required on servers with 1GB RAM 2014-08-21 16:58:06 +02:00
Dmitriy Zaporozhets 9d3e384ae6 Merge branch 'better-formulated-memory-requirements' into 'master'
Better formulated memory requirements

See merge request !1010
2014-08-09 18:02:43 +00:00
Sytse Sijbrandij ab19a966f0 Explain that sidekiq doesn't eat as much ram as some people seem to suspect https://twitter.com/khrogos/status/498062432938782720 2014-08-09 14:21:25 +02:00
Sytse Sijbrandij a52db7831b Ensure that people know you need swap. Raise swap space for 512MB setups. 2014-08-09 11:19:19 +02:00
Sytse Sijbrandij 6eb50a69f4 Based on http://www.reddit.com/r/linux/comments/2bffgt/gitlab_71_released/cj59wvz reword this requirement, thankstictatonifonical. 2014-07-23 10:18:41 +02:00
Sytse Sijbrandij b80e98f47a Small fixes to the requirements doc. 2014-06-26 09:55:08 +02:00
Sytse Sijbrandij a34dabd85c Simplify the supported/unsupported sections of the requirements guide. 2014-06-26 09:49:00 +02:00
Sytse Sijbrandij 340ed1dd2e Change newlines in requirements doc. 2014-06-26 09:42:43 +02:00
Sytse Sijbrandij 0c90697e00 Change Redis to 25k. 2014-06-24 11:00:42 +02:00
Sytse Sijbrandij f4398835f4 Some background on Redis and Sidekiq requirements. 2014-06-24 10:29:50 +02:00
Sytse Sijbrandij 98e53b816f People report that 2GB of swap on Digital Ocean also does the trick. 2014-06-19 08:22:58 +02:00
Ciro Santilli 27f32ac648 Remove conflict artifact. 2014-06-05 14:47:51 +02:00
Sytse Sijbrandij 4ed39a77ef Support Ruby 2.1 and better explain the memory requirements. 2014-06-05 08:45:12 +02:00
Ciro Santilli fd348de76d Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
Dmitriy Zaporozhets ec837932d0 Merge pull request #7036 from willkara/patch-1
Too many zeros in CPU req listing
2014-05-29 15:19:27 +03:00
Marin Jankovski 2dbf1a00a9 Ruby 2.0+ is a requirement. 2014-05-29 10:15:14 +02:00
William Karavites e52c4a62f2 Too many zeros in CPU req listing
There were too many zeros in the listing of users for CPU's.
2014-05-28 13:08:00 -04:00
Marin Jankovski f22c709539 Add titles to doc pages. 2014-05-27 14:12:15 +02:00
秋纫 2f8fd80ebb Correct a wrong spelling
"abolute" -> "absolute"
2014-05-14 22:06:52 +08:00
Pascal Herbert 7477dd7a7c Fix typo 2014-05-11 13:23:51 +00:00
Marc Radulescu 73801a7463 added database requirements in documentation 2014-05-05 10:04:52 +02:00
dosire 01799721dc Take into account active users. 2014-04-21 12:34:08 +02:00
dosire 339fce559a Add enterprise linux distributions as officially supported. 2014-03-07 16:35:59 +01:00
dosire 665a2f6000 Remove duplication and link to CentOS guide. 2014-02-05 09:26:46 +01:00
dosire a82ba262cf Nobody uses GitLab with Jruby. 2014-01-25 17:57:18 +01:00
dosire 8d83322dd1 Explain the culprit and consequences of the 1GB memory recommendation. 2014-01-20 13:24:19 +01:00
Jacob Vosmaer 3f6c64c81a Revert "Since the git clone code is more efficient now we do not need this warning anymore."
This reverts commit a757c4a24f.

While it is true that Grack memory use while sending data to a client
was improved, this does not change the fact that the Git processes
running on a GitLab server will use more memory for large repositories.
2014-01-20 13:06:32 +01:00
dosire a757c4a24f Since the git clone code is more efficient now we do not need this warning anymore. 2014-01-18 11:35:03 +01:00
Jeroen van Baarsen 02d9fa2974 Added webbrowser requirements
Fixes https://github.com/gitlabhq/gitlabhq/issues/4319
2014-01-15 19:01:04 +01:00
Sytse Sijbrandij b5ea6aa11c Ensure customers know that GitLab.com supports RHEL. 2013-11-21 19:38:05 +01:00
Matěj Cepl aff447b4dd Fix name of RHEL
The company is called Red Hat, and its flagship product is Red Hat Enterprise Linux (commonly abbreviated as RHEL). There is no such thing as RedHat (and never was).
2013-11-04 10:08:13 +01:00
Sytse Sijbrandij 363c5204d9 Better requirements based on the experience of GitLab Cloud. 2013-10-04 12:20:40 +02:00
Dmitriy Zaporozhets 37b357d1f3 Merge pull request #3921 from bbodenmiller/patch-8
update links to be relative paths and add CONTRIBUTING.md link
2013-05-13 02:19:02 -07:00
Ben Bodenmiller b9a489f31f update links to be relative paths and add CONTRIBUTING.md link 2013-05-13 01:48:08 -06:00
Ben Bodenmiller bbd33a0d4d fixed fact about memory usage 2013-05-13 01:34:46 -06:00