Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
5ilv4n0 opened this issue Aug 12, 2015 · 3 comments
Open

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

5ilv4n0 opened this issue Aug 12, 2015 · 3 comments
Labels

Comments

@5ilv4n0
Copy link

5ilv4n0 commented Aug 12, 2015

in some cases, platform freeze and kills other apps.

@tiff tiff added the bug label Aug 12, 2015
@tiff
Copy link
Member

tiff commented Aug 12, 2015

It affects mainly Dockerfile apps

@tiff
Copy link
Member

tiff commented Aug 18, 2015

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

@5ilv4n0
Copy link
Author

5ilv4n0 commented Aug 19, 2015

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 [email protected]:

@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
#21 (comment)
.

Kind regards,
Mit freundlichen Grüßen,

Silvano Wegener

@hinnerk hinnerk self-assigned this Sep 22, 2015
@hinnerk hinnerk removed their assignment Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants