I think I also got bit confused now let me try to put up my case may be better this time, sorry if I am repeating
Scenario 1.A - More RAM with less storage:
I have 3 allocators each having 128 RAM = 384 GB RAM in total and 3 TB storage for each allocator = 9 TB total storage.
I run 6 warm containers on these allocators. The RAM:Storage ratio set to 1:100 in the instance config and I run hot-warm.
I run 2 containers per VM. Each warm container is allocated 64 GB RAM.
The storage as you mentioned the ECE doesn't care so using it as per availability
Question is -
can I allocate 64 GB RAM for each warm containers though the storage per container I get is only 1.5 TB per container?
because on the other hand the ram:storage ratio is 1:100 will that work?
Scenario 1.B: Expanding Storage
Consider more data getting ingested and we increase from 3TB to 15 TB per allocator that is each container on that allocator will get 7.5 TB. No RAM increase activity.
Questions is - Can I increase storage alone from ECE?
or there is no need for such activity to carry as the ECE will automatically detect the added storage into allocator VM and the containers can use that added space with no additional efforts
Scenario 2:- Less RAM with less storage
I have 3 allocators with 128 RAM each = 384 GB RAM in total and 3 TB storage for each allocator = 9 TB total storage.
I run 6 warm containers on these allocators. The RAM:Storage set to 1:100 and I run hot-warm.
Each warm container is allocated 32 GB RAM. That means still 32 GB is not allocated to containers and available in allocator
After few days the demand for processing increases and hence requirement of increased RAM comes up
So the Question is :-
1. Can I increase only RAM of warm containers without downtime and without increase in storage? earlier the container had 32GB RAM with 1.5 TB storage.
2. If yes for above then hope it will not look for available storage is sufficient or not as per the ram:storage ratio to increase it proportionally
Scenario 3:- Allocate odd number of RAM per container
I have 3 allocators with 128 RAM each = 384 GB RAM in total and 3 TB storage for each allocator = 9 TB total storage.
I run 6 warm containers on these allocators. The RAM:Storage set to 1:100.
Question:
1. Can I allocate 38 GB RAM to warm containers?
Asking this question because at higher side I do see only 32 and 64 GB RAM option that can be allocated and I am not able to add the custom odd ram figure between 32-64 GB in the instance configuration.
2. If above is possible then how to implement this?
Quota question:
From above example, I want to set quota for disk storage utilization per container wise, so is it possible? if yes then how to implement Quota for storage at container level?
Hope I was able to elaborate my questions now