Is 30gb enough for B2B market place
# help
b
Is 30gb enough for B2B market place
w
Memory? Probably yes, depends massively on how many stores in parallel, how many products, structure of products, category tree, etc. you need. Harddisk? Depends for what container, Yves/Zed yes, Elasticsearch probably not. Again pretty much depends on your amount of data. For the database, could be enough, but will fill up quickly with a lot of orders or complex state machines with a lot of transitions. It's nearly impossible to give you a good advice here without knowing a few more details. From a gut feeling, for hard disk it's less then I would suggest, for memory it's more then you usually need.
b
As of now we are on pilot just deployed B2b market place using docker on ec2
w
With the default Spryker data for products etc.? Then 30 GB of memory would be sufficient while 30 GB hard disk sound a little, but would be enough to start.
b
After deploying it says
Image from iOS.jpg
w
while 30 GB hard disk sound a little
b
Is it??
Howmuch enough please suggest
w
Your DB will grow everytime you add a product, order, cart, customer, etc. I would go with 100GB, especially as hard disk is very cheap
b
Ohh
what about mail, swagger ,dashboard paths?
And credentials for AT and Us region merchant portal credentials
??
w
what about mail, swagger ,dashboard paths
Can you please ask full questions? What do you want to achieve or asking for? How to access swager, mailhog and the dashboard that is available locally in your EC2 instance?
b
It is available locally but from public ip how ??
w
So your setup is to run the docker/sdk inside a EC2 instance, correct? You could install an nginx on the EC2 machine and setup virtual hosts (https://www.keycdn.com/support/nginx-virtual-host) to route to the specific domains in the docker containers
c
@brave-rocket-76034, we had a similar issue deploying our staging, but it was caused by multiple editions of our deploy file, and had generated a cumulative download of docker images. You should check your images and remove those which are unused. The basic demo installation is about 8Gb hdd
b
Or what are the credentials for merchant portal
w
b
Ok
Or what are the credentials for merchant portal
After removing all removing images it says full
b
Thank you @ @wooden-king-30682