627 shaares
7 results
tagged
tuning
Quelques optimisations pour utiliser EKS en production
Plein de paramètres java intéressants pour limiter les resources utilisées par une JVM dans un container.
Always set the -Xmx
parameter when you run a JVM inside a container:
- if not specified, the JVM will try to use up to 1/4 of the total memory of the container host
- if you only specify container memory limits, docker will kill the JVM process if it tries to grow above the container limits
Tuning du nombre de threads tomcat
Optimisation et Troubleshooting de JVM pour Java mises à jour pour Java8
Methode pour optimiser le nombre de process php-fpm avec un serveur nginx
Templates WAS pour le tuning d'un profile à la création (script python: <WAS_HOME>\bin\applyPerfTuningTemplate.py
)