aerokube / windows-images

Step by step instructions for building Docker images with Windows
Apache License 2.0
221 stars 44 forks source link

Number of Parallel Executions #39

Open arunganesh-a opened 3 years ago

arunganesh-a commented 3 years ago

Hi,

Wanted to understand what will be the server/VM resource that will be required to run 3 parallel windows container?.

Thanks, Arun

aandryashin commented 3 years ago

Approx 2 cpu 4Gb per container.

вт, 1 июн. 2021 г., 19:00 arunganesh-a @.***>:

Hi,

Wanted to understand what will be the server/VM resource that will be required to run 3 parallel windows container?.

Thanks, Arun

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/39, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKY23KUNXSN5ORFBF6NWLTTQT72ZANCNFSM4547EJWA .

ArunGanesh88 commented 3 years ago

Thanks, I can see while building the image we are specifying 2GB ram.. should I change it to 4 GB?

aandryashin commented 3 years ago

You can tune memory and cpu here:

https://github.com/aerokube/windows-images/blob/master/image/entrypoint.sh#L21

сб, 5 июн. 2021 г., 21:32 ArunGanesh88 @.***>:

Thanks, I can see while building the image we are specifying 2GB ram.. should I change it to 4 GB?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/39#issuecomment-855278379, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKY23KNF36CVKGHGJW5YYTTRJUSZANCNFSM4547EJWA .

arunganesh-a commented 3 years ago

Thanks.. now I am able to get the container up in less than a min around 40 seconds.. but still the automation script execution speed is slow... is there anything else that I should do to improve the speed?. I am using ubuntu20.04 docker 20.10.

aandryashin commented 3 years ago

If you are running on vm there is no way to ged it faster, on bare metal server container starts in 10-15 sec...

сб, 12 июн. 2021 г., 14:29 arunganesh-a @.***>:

Thanks.. now I am able to get the container up in less than a min around 40 seconds.. but still the automation script execution speed is slow... is there anything else that I should do to improve the speed?. I am using ubuntu20.04 docker 20.10.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/39#issuecomment-860040386, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKY23LNGQ5HBPGI6AZ6M4TTSNAIHANCNFSM4547EJWA .