Scaled postgres db isn't scaling?

I scaled the memory of this machine weeks ago. Verify in the following output:

winston@stargate ~ $ fly -a sillypaste-db machine list
1 machines have been retrieved from app sillypaste-db.
View them in the UI here (​https://fly.io/apps/sillypaste-db/machines/)

sillypaste-db
ID            	NAME           	STATE  	REGION	IMAGE                        	IP ADDRESS                      	VOLUME              	CREATED             	LAST UPDATED        	APP PLATFORM	PROCESS GROUP	SIZE
148e272f306908	proud-haze-1329	started	ord   	flyio/postgres:14.6 (v0.0.34)	fdaa:0:eb30:a7b:20dc:2705:849f:2	vol_wod56vjgokpvny30	2023-03-09T17:33:09Z	2023-12-17T02:20:22Z	            	app          	shared-cpu-1x:1024MB	

However, I got a crash report email today claiming an OOM:

Out of memory: Killed process 4451 (postgres) total-vm:168128kB, anon-rss:12212kB, file-rss:4kB, shmem-rss:15608kB, UID:1000 pgtables:204kB oom_score_adj:0 

I’m not sure how it’s OOMing with <200MiB total VM, but the machine is supposed to have 1024MiB?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.