How to see memory consumption of each DB on the server ?
Hello,
On our local server, BoardEngine is using 30go of RAM and we have 15 DB
How can I see how much memory space is allocated between each DB ?
thanks
julien
Answers
-
Hi @Julien CARDON ,
The InMemory.log in the Board/Dataset/Log folder path should give you information you are looking for.
Filename: HBMP_*DataBaseName*_InMemory.log
This log is produced when the ON-DISK copy of the database moves into IN-MEMORY copy of the database. So when you load all the 15 databases into memory, there would be an InMemory log for each database produced.
Thanks,
Samson.0 -
Hi,
thanks for the answer. From my understanding "inMemory" log is only showing RAM consumption when the DB is loaded in ram for the first time
I'm searching for real time data because once I restart all DB, ram consumption of boardengine is 50% but after 1 week of use (load, dataflow etc), then ram consumption is 85%
I need to know precisely how those 85% are used by board.
regards
julien
0