Hi Garcetto,
Can you provide the details of how you determined that cinder-backup is doing more than 1 operation?
For example, if you launch 10 backup operations, it will show 10 backups being created in ``cinder backup-list`` but it does not mean they are being executed at the same time.
There is a locking mechanism that holds the other requests until one request completes.
So in terms of memory consumption, there will always be 1 backup operation consuming the memory (which is the purpose of this config option i.e. to limit memory consumption).
But that's just an assumption from my side, if there is a real issue somewhere, it would be good to report and we can work on fixing it.
Thanks
Rajat Dhasmana