upgrade PG, remove malloc limit add larger method cache

This commit is contained in:
Sam 2018-05-25 14:39:52 +10:00
parent 610bfec73e
commit 69050f8a14

View File

@ -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