8343-New-machine-id #48
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
minFree=5
|
||||
minFree=1
|
||||
memFree=$(free --gibi | awk '$1 == "Mem:" { print $7 }')
|
||||
|
||||
if [ "$memFree" -le "$minFree" ]; then
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# Revisar /root/scripts/check-memory.sh --> No es óptimo hacer lo que hace ese programa
|
||||
# Ver como lanzar el mysqltuner.pl
|
||||
|
||||
- name: Ensure Install requirements for MariaDB repository setup script
|
||||
apt:
|
||||
name: "{{ mariadb_requeriments }}"
|
||||
|
|
Loading…
Reference in New Issue