H all,
In the stats we see:
Mem.Allocated = 1,8446744059E+19
Mem.Allocated_GB = -14
Top values:

Why does Domino show incorrectly? What is the maximum value? Is there any possibility to correct the display?
H all,
In the stats we see:
Mem.Allocated = 1,8446744059E+19
Mem.Allocated_GB = -14
Top values:

Why does Domino show incorrectly? What is the maximum value? Is there any possibility to correct the display?
Hello @Moises Romero Barraneche ,
There is an issue with tracking memory allocations and deallocations. If a server has been running for an extended period, memory usage may exceed expected limits, reaching a value as high as 1.8446744073E+19.
When memory allocation surpasses this large number—exceeding what can be represented in gigabytes—the command show stat mem.allocated_GB will display a negative value, as you observed.
This issue has been reported under SPR# YCHACUZ9UH and has been deferred for a fix.
As a temporary workaround, restarting Domino is recommended.
Best Regards,
Chaitanya Y
Is there a specific number after which this problem goes? I.e. up to which number is the reflection correct?
Hello @Moises Romero Barraneche
Up to 1.8446744073E+19, memory allocation is reported correctly. However, once this limit is reached, the "Mem.Allocated=" value stops increasing and remains constant. Meanwhile, the show stat mem.allocated_GB begins displaying negative values.
This behavior is likely caused by an unsigned-to-signed conversion issue in memory reporting, leading to an overflow when the counter surpasses the maximum representable value (1.8446744073E+19).
THanks & Regards,
Chaitanya Y