Hi @amanscollection, there’s no way to say ahead of time without knowing the workload. You might run only a few Java containers that eat up lots and lots of memory, or you might run hundreds of low-overhead processes side by side. In general, you are really asking, how many processes (as in Linux processes) you can run. That depends on what they are doing.
But capacity planning here doesn’t have much to do with containerization. They’re just normal old UNIX processes for the most part. The overhead is quite low and the main hit is more likely to be on disk and network performance.