AKST / Australian-Address-Boundaries-Land-Property-Price-Database

This is a database of geographic boundaries, addresses as well as land and property data (mostly NSW).
MIT License
2 stars 0 forks source link

Increase Shared memory for ingestion #49

Closed AKST closed 2 weeks ago

AKST commented 2 weeks ago

While extracting parcel IDs from property descriptions, I've ran into issues with shared memory.

Default Settings

There are default settings, note how much memory docker allocates to shared memory, immediately you'll see postgreses defaults don't even fit in that.

Lets increase the docker container memory specs to be inclusion of whatever happening in the database, then from there tweak them in unison if Postgreses own settings need modification.

AKST commented 2 weeks ago

I just doubled everything here.