In-Memory Database Guide : 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 command:
ADMIN COMMAND 'info imdbsize';
This command gives the total memory consumption of in-memory tables and indexes. The units are kilobytes.
See also
Calculating storage requirements