strange postgres out of memory error
3commascapital
HOBBYOP

a year ago

for some reason, when i load this staging site i get 500s in the console, due to what appears to be a postgres error. i have checked the postgres instance and it's memory alone has more than the 8mb that it is claiming it has no space for.
https://bridge-routing-staging.up.railway.app/#/onboard
is this page being routed to some expired postgres instance possibly?

Solved

5 Replies

3commascapital
HOBBYOP

a year ago

42bfb463-d11d-431d-b46e-4bceb96bd943


3commascapital
HOBBYOP

a year ago

an example of the error that is returned (when you open the network tab)

{
    "error": "select network.chain_id, token.provided_id, token.decimals, token.symbol, token.name, token.token_id, image.image_hash, image.ext, image.mode, image.uri from \"list_token\" full outer join \"image\" on \"image\".\"image_hash\" = \"list_token\".\"image_hash\" inner join \"token\" on \"token\".\"token_id\" = \"list_token\".\"token_id\" inner join \"network\" on \"network\".\"network_id\" = \"token\".\"network_id\" where \"list_token\".\"list_id\" = $1 - could not resize shared memory segment \"/PostgreSQL.1922181335\" to 4194304 bytes: No space left on device"
}

3commascapital
HOBBYOP

a year ago

odd. why was this edited?


a year ago

Hello,

Please see our docs on this topic -


a year ago

!s


Status changed to Solved brody 11 months ago


Loading...