mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -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:
|
||||
global:
|
||||
- DISCOURSE_HOSTNAME=www.example.com
|
||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
||||
- RUBY_GLOBAL_METHOD_CACHE_SIZE=131072
|
||||
matrix:
|
||||
- "RAILS_MASTER=0 QUNIT_RUN=0 RUN_LINT=0"
|
||||
- "RAILS_MASTER=0 QUNIT_RUN=1 RUN_LINT=0"
|
||||
@ -17,7 +17,7 @@ env:
|
||||
|
||||
addons:
|
||||
chrome: stable
|
||||
postgresql: 9.5
|
||||
postgresql: 10
|
||||
apt:
|
||||
packages:
|
||||
- gifsicle
|
||||
|
Loading…
Reference in New Issue
Block a user