Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Sep 2020 08:03:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249205] databases/clickhouse: apply patch from #13859: MemoryTracking support
Message-ID:  <bug-249205-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249205

            Bug ID: 249205
           Summary: databases/clickhouse: apply patch from #13859:
                    MemoryTracking support
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: olevole@olevole.ru

Created attachment 217832
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D217832&action=
=3Dedit
databases/clickhouse: apply patch from #13859: MemoryTracking support

Clickhouse for FreeBSD updating no memory usage stats. In the case build
without NDEBUG, allocator use 4KB chunk, those dont account when freeing and
MemoryTracking metric grow up to ~6TB, after this clickhouse stop query
processing with error "Memory limit (total) exceeded: would use 6.24 TiB" d=
ue
skipping calc allocation < 4MB

Patch still not upstreamed, obtained from:

https://github.com/ClickHouse/ClickHouse/issues/13859 +
https://github.com/ClickHouse/ClickHouse/pull/13869

reported and tested by: Vyacheslav (via Clickhouse telegram)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249205-7788>