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:
Alexey Odinokov 2021-10-14 15:44:47 +00:00
parent ad555d4d24
commit 429df0bab1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# Add machine's IP address (use ifconfig command) # Add machine's IP address (use ifconfig command)
ServerName {{ sushy_emulator_frontend_servername }} ServerName {{ sushy_emulator_frontend_servername }}
# Give an alias to to start your website url with # 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 WSGIScriptAlias / /var/www/sushy-emulator/sushy-emulator.wsgi
<Directory /var/www/sushy-emulator/> <Directory /var/www/sushy-emulator/>
# set permissions as per apache2.conf file # set permissions as per apache2.conf file

View File

@ -5,7 +5,7 @@ Listen {{ sushy_emulator_frontend_http_port }}
# Add machine's IP address (use ifconfig command) # Add machine's IP address (use ifconfig command)
ServerName {{ sushy_emulator_frontend_servername }} ServerName {{ sushy_emulator_frontend_servername }}
# Give an alias to to start your website url with # 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 WSGIScriptAlias / /var/www/sushy-emulator/sushy-emulator.wsgi
<Directory /var/www/sushy-emulator/> <Directory /var/www/sushy-emulator/>
# set permissions as per apache2.conf file # set permissions as per apache2.conf file