mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
upgrade PG, remove malloc limit add larger method cache
This commit is contained in:
parent
610bfec73e
commit
69050f8a14
@ -9,7 +9,7 @@ branches:
|
|||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- DISCOURSE_HOSTNAME=www.example.com
|
- DISCOURSE_HOSTNAME=www.example.com
|
||||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
- RUBY_GLOBAL_METHOD_CACHE_SIZE=131072
|
||||||
matrix:
|
matrix:
|
||||||
- "RAILS_MASTER=0 QUNIT_RUN=0 RUN_LINT=0"
|
- "RAILS_MASTER=0 QUNIT_RUN=0 RUN_LINT=0"
|
||||||
- "RAILS_MASTER=0 QUNIT_RUN=1 RUN_LINT=0"
|
- "RAILS_MASTER=0 QUNIT_RUN=1 RUN_LINT=0"
|
||||||
@ -17,7 +17,7 @@ env:
|
|||||||
|
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
postgresql: 9.5
|
postgresql: 10
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- gifsicle
|
- gifsicle
|
||||||
|
Loading…
Reference in New Issue
Block a user