This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# size of the buffer for storing unread stream tuples | |
tuple_buffer_blocks = 256MB # 128MB | |
# synchronization level for combiner commits; off, local, remote_write, or on | |
continuous_query_combiner_synchronous_commit = off | |
# maximum amount of memory to use for combiner query executions | |
continuous_query_combiner_work_mem = 1024MB | |
# maximum memory to be used by the combiner for caching; this is independent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
segfault at: | |
pipeline: bgworker: combiner0 [pipeline] (debug_segfault+0x15)[0x5e4275] | |
/lib/x86_64-linux-gnu/libc.so.6(+0x36d40)[0x7f48b14f7d40] | |
pipeline: bgworker: combiner0 [pipeline] (SearchCatCache+0x139)[0x756c69] | |
pipeline: bgworker: combiner0 [pipeline] (GetSysCacheOid+0x6)[0x7623c6] | |
pipeline: bgworker: combiner0 [pipeline] (get_namespace_oid+0x1f)[0x4dfa2f] | |
pipeline: bgworker: combiner0 [pipeline] (LookupExplicitNamespace+0x37)[0x4e0c17] | |
pipeline: bgworker: combiner0 [pipeline] (RangeVarGetRelidExtended+0xb1)[0x4e0d51] | |
pipeline: bgworker: combiner0 [pipeline] (relation_openrv_extended+0x18)[0x48ce28] | |
pipeline: bgworker: combiner0 [pipeline] (heap_openrv_extended+0x9)[0x48cfc9] |