I've changed /etc/default/tomcat7 to have Xms and Xmx of 2048m on a 4Gb server:
JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom -Djava.awt.headless=true -Xms2048m -Xmx2048m -XX:MaxPermSize=256m -XX:+UseConcMarkSwee...
2 •
•
By
Simon501
Java
Server Optimization
Ubuntu 16.04
Assume a server is busy processing transactions (e.g. MySQL on Ubuntu).
When the DO backup is taken is it guaranteed to maintain transactional (ACID) consistency within the database files?
In other words, if I recover...