Clean up additional ~90mb of mem on gating hosts
We're very close to the point when we run out of mem, so extra 90mb may be important. Change-Id: I81880df1ece4bdf1bf024852389af6d46800da89
This commit is contained in:
parent
ad555d4d24
commit
429df0bab1
@ -6,7 +6,7 @@
|
||||
# Add machine's IP address (use ifconfig command)
|
||||
ServerName {{ sushy_emulator_frontend_servername }}
|
||||
# Give an alias to to start your website url with
|
||||
WSGIDaemonProcess wsgiapp-{{ sushy_emulator_frontend_name }}-https user=wsgiapp-sushy processes=2 threads=5
|
||||
WSGIDaemonProcess wsgiapp-{{ sushy_emulator_frontend_name }}-https user=wsgiapp-sushy processes=1 threads=5
|
||||
WSGIScriptAlias / /var/www/sushy-emulator/sushy-emulator.wsgi
|
||||
<Directory /var/www/sushy-emulator/>
|
||||
# set permissions as per apache2.conf file
|
||||
|
@ -5,7 +5,7 @@ Listen {{ sushy_emulator_frontend_http_port }}
|
||||
# Add machine's IP address (use ifconfig command)
|
||||
ServerName {{ sushy_emulator_frontend_servername }}
|
||||
# Give an alias to to start your website url with
|
||||
WSGIDaemonProcess wsgiapp-{{ sushy_emulator_frontend_name }} user=wsgiapp-sushy processes=2 threads=5
|
||||
WSGIDaemonProcess wsgiapp-{{ sushy_emulator_frontend_name }} user=wsgiapp-sushy processes=1 threads=5
|
||||
WSGIScriptAlias / /var/www/sushy-emulator/sushy-emulator.wsgi
|
||||
<Directory /var/www/sushy-emulator/>
|
||||
# set permissions as per apache2.conf file
|
||||
|
Loading…
Reference in New Issue
Block a user