Couchbase Lite core 2.8.4 having memory allocation issue

When we do extensive read-and-write operations on the couchbaseLite. After a certain time, Couchbase Lite is throwing an error of memory allocation. Please see the details below.
2023-08-04 14:38:20,825 [.NET ThreadPool Worker] FATAL [Honeywell.FTS.Core.Services.Zones.LoudspeakerZoneService][241:GetZones] - Unexpected exception: Couchbase.Lite.CouchbaseLiteException: CouchbaseLiteException (LiteCoreDomain / 10): bad allocation. Please file a bug report at https://github.com/couchbase/couchbase-lite-net/__ at LiteCore.Interop.NativeHandler.ThrowOrHandle()__ at LiteCore.Interop.NativeHandler.Execute(C4TryLogicDelegate2 block)__ at Couchbase.Lite.Support.ThreadSafety.DoLockedBridge(C4TryLogicDelegate2 a)__ at Couchbase.Lite.Internal.Query.XQuery.Execute()__ at Honeywell.FTS.DAL.DataStore.Couchbase.Views.IdByTypeView.ReadIdByType(String docType) in C:\Bamboo\Bamboo.home\xml-data\build-dir\GNPCONFIG-GNPTOOLHOTFIX-JOB1\Honeywell.FTS.DAL.DataStore\Couchbase\Views\IdByTypeView.cs:line 53__ at Honeywell.FTS.DAL.DataStore.Couchbase.Repositories.DictionaryRepository.FindBy(Func2 filter)+MoveNext() in C:\Bamboo\Bamboo.home\xml-data\build-dir\GNPCONFIG-GNPTOOLHOTFIX-JOB1\Honeywell.FTS.DAL.DataStore\Couchbase\Repositories\DictionaryRepository.cs:line 167__ at Honeywell.FTS.DAL.DataStore.Couchbase.Repositories.ReadRepository1.FindBy(Func2 filter)+MoveNext() in C:\Bamboo\Bamboo.home\xml-data\build-dir\GNPCONFIG-GNPTOOLHOTFIX-JOB1\Honeywell.FTS.DAL.DataStore\Couchbase\Repositories\ReadRepository.cs:line 122__ at System.Collections.Generic.List1…ctor(IEnumerable1 collection)__ at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)__ at Honeywell.FTS.DAL.DataStore.Couchbase.Repositories.ZoneRepository1.ReadByAreaId(String areaId, PaginationViewModel pagination) in C:\Bamboo\Bamboo.home\xml-data\build-dir\GNPCONFIG-GNPTOOLHOTFIX-JOB1\Honeywell.FTS.DAL.DataStore\Couchbase\Repositories\ZoneRepository.cs:line 57__ at Honeywell.FTS.Core.Services.Zones.ZoneService2.GetZones(String areaId, PaginationViewModel pagination) in C:\Bamboo\Bamboo.home\xml-data\build-dir\GNPCONFIG-GNPTOOLHOTFIX-JOB1\Honeywell.FTS.Core\Services\Zones\ZoneService.cs:line 219
2023-08-04 14:38:20,825 [.NET ThreadPool Worker] ERROR [Honeywell.FTS.WebAPI.Controllers.Zones.LoudspeakerZoneController][113:GetZones] - Unexpected StatusCode:

Can you please file this as a bug report: GitHub - couchbase/couchbase-lite-net: A lightweight, document-oriented (NoSQL), syncable database engine for .NET