Error: Out of Memory when creating a new sequence on pg-enabled DBs
I'm looking to create a new sequence, but it doesn't look like the pg instance is letting me create one-
# When running thenCREATE SEQUENCE foo_bar_id_seq MINVALUE 20;# Results in this errorERROR: out of memoryDETAIL: Failed on request of size 8192.CONTEXT: SQL statement "SELECT COUNT(*) FROM pg_class C WHERE C.relnamespace = quote_ident(r_schema_name)::regnamespace::oid"PL/pgSQL function xata_private.check_object_count() line 11 at SQL statement# Or this errorERROR: out of memoryDETAIL: Failed on request of size 8192.CONTEXT: SQL statement "SELECT COUNT(*) FROM pg_class C WHERE C.relnamespace = quote_ident(r_schema_name)::regnamespace::oid"PL/pgSQL function xata_private.check_object_count() line 11 at SQL statement
# When running thenCREATE SEQUENCE foo_bar_id_seq MINVALUE 20;# Results in this errorERROR: out of memoryDETAIL: Failed on request of size 8192.CONTEXT: SQL statement "SELECT COUNT(*) FROM pg_class C WHERE C.relnamespace = quote_ident(r_schema_name)::regnamespace::oid"PL/pgSQL function xata_private.check_object_count() line 11 at SQL statement# Or this errorERROR: out of memoryDETAIL: Failed on request of size 8192.CONTEXT: SQL statement "SELECT COUNT(*) FROM pg_class C WHERE C.relnamespace = quote_ident(r_schema_name)::regnamespace::oid"PL/pgSQL function xata_private.check_object_count() line 11 at SQL statement
Given that my memory usage is still in the kilobytes (pic attached) and well below the cap, is this just a temporary issue because of some capacity issues of the shared host, or have I run into an implicit limit somewhere?
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
X
Xata
This is Xata's community Discord server, where we discuss all things Xata: projects, features, dreams!