Skip to content

Commit 2d0c747

Browse files
committed
Unthrottle local Postgres
1 parent 60485bd commit 2d0c747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/simcore/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ services:
777777
resources:
778778
limits:
779779
memory: 3G
780-
cpus: '3.0'
780+
# cpus: '3.0' CPU Spikes are throttled, this impacts PG performance. Disabling.. DK Aug 2025
781781
reservations:
782782
memory: 1.5G
783783
# cpus: '0.1' # tmp fix due to lack of resources on master | YH Dec 2023

0 commit comments

Comments
 (0)