solidDB Help : Programming : Calculating storage requirements : Measuring memory consumption
  
Measuring memory consumption
After you have created your tables and indexes, you can measure the actual amount of memory consumed by using the following command, see INFO:
ADMIN COMMAND 'info imdbsize';
This command gives the total memory consumption of in-memory tables (M-tables) and indexes.
Go up to
Calculating storage requirements