Skip to content

Commit c1b25db

Browse files
revert memory limit change
1 parent 21734e4 commit c1b25db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/hubsetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ EOF`;
390390
volumes: ['db-init:/docker-entrypoint-initdb.d', 'db-data:/var/lib/postgresql/data'],
391391
deploy: {
392392
resources: {
393-
limits: {cpus: '1.0', memory: '128M'}
393+
limits: {cpus: '1.0', memory: '256M'}
394394
}
395395
},
396396
healthcheck: {

0 commit comments

Comments
 (0)