This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
more db connections for sage
tags/v0.14.2
Jonathan Cobb
4 years ago
parent
59770381e4
commit
0ae65a97b0
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bubble-server/src/main/resources/packer/roles/bubble/files/pg_sage.conf
+9
-0
bubble-server/src/main/resources/packer/roles/bubble/tasks/postgresql.yml
+ 1
- 0
bubble-server/src/main/resources/packer/roles/bubble/files/pg_sage.conf
View File
@@ -0,0 +1 @@
max_connections = 1000
+ 9
- 0
bubble-server/src/main/resources/packer/roles/bubble/tasks/postgresql.yml
View File
@@ -14,3 +14,12 @@
owner: postgres
group: postgres
mode: 0400
- name: Install PostgreSQL pg_sage.conf
copy:
src: pg_sage.conf
dest: /etc/postgresql/12/main/conf.d/
owner: postgres
group: postgres
mode: 0400
when: install_type == 'sage'
Write
Preview
Loading…
Cancel
Save