experimental-platform / platform-configure-script

Experimental Platform: Installation Script
https://experimental-platform.github.io/
Apache License 2.0
8 stars 1 forks source link

deploying an app makes cpu load very high (~40) #21

Open 5ilv4n0 opened 9 years ago

5ilv4n0 commented 9 years ago

in some cases, platform freeze and kills other apps.

tiff commented 9 years ago

It affects mainly Dockerfile apps

tiff commented 9 years ago

@5ilv4n0 were you able to find out which line in your Dockerfile is responsible for the high load?

5ilv4n0 commented 9 years ago

Nope. The only lines it can be are:

FROM ubuntu:14.04 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update RUN apt-get -y upgrade RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \ apache2 \ libapache2-mod-php5 \ php5-mysql \ php5-gd \ php-pear \ php-apc \ php5-curl \ curl \ lynx-cur \ mysql-server-core-5.6 \ mysql-client-5.6 \ php5 \ screen \ ssh \ vim \ dialog \ python-mysqldb

other lines are trivial.

2015-08-18 10:14 GMT+02:00 Christopher Blum notifications@github.com:

@5ilv4n0 https://github.com/5ilv4n0 were you able to find out which line in your Dockerfile is responsible for the high load?

— Reply to this email directly or view it on GitHub https://github.com/experimental-platform/platform-configure-script/issues/21#issuecomment-132115787 .

Kind regards, Mit freundlichen Grüßen,

Silvano Wegener