I am having an issue with my deployed Flask app on IBM Cloud where each API call is resulting in an incremental level of memory used according to the cf app command.
Since I cannot share my code my question here is related to my debugging checks. Specifically I'm wondering why the SSH top (or free) command says I have 32gb of total memory (KiB Mem row) but the cf app command says that I have 7 instances with 2gb each (the configuration I chose).
Am I interpreting one of these incorrectly?