Archivo del Autor: carlosap

This article explains how to enable hardware acceleration in Chromium browser running on Raspberry Pi OS (for Raspberry Pi 4). 

By enabling GPU acceleration, the CPU usage should be much lower when playing supported videos (for example on YouTube). In my case, using a Raspberry Pi 4 Model B, the main Chromium gpu and renderer processes went down from ~160% and ~130% to under ~30% and 23% CPU usage (according to htop) after enabling hardware… Leer más: This article explains how to enable hardware acceleration in Chromium… »

Demasiados archivos abiertos con nginx, parece que no puede aumentar el límite

El servidor es Ubuntu 13.04 (GNU / Linux 3.9.3-x86_64-linode33 x86_64). nginx es nginx / 1.2.6. He estado trabajando en esto durante varias horas, así que esto es lo que estoy obteniendo y esto es lo que he hecho. Nginx corriendo: Límites suaves / duros modificados en /etc/security/limits.conf (configuración desde el final del archivo) Una lectura… Leer más: Demasiados archivos abiertos con nginx, parece que no puede aumentar… »

Categoría: Nix

Tuning NGINX for Better Performance

https://www.cloudbees.com/blog/tuning-nginx While NGINX is much younger than other web servers, it has quickly become a popular choice. Part of its success is based on it being the web server of choice for those looking for a lightweight and performant web server. In today’s article, we’ll be taking an out-of-the-box instance of NGINX and tuning it… Leer más: Tuning NGINX for Better Performance »

Nginx: 24: Too Many Open Files Error And Solution

‘m getting the following error in my nginx server error log file: 2010/04/16 13:24:16 [crit] 21974#0: *3188937 open() “/usr/local/nginx/html/50x.html” failed (24: Too many open files), client: 88.x.y.z, server: example.com, request: “GET /file/images/background.jpg HTTP/1.1”, upstream: “http://10.8.4.227:81//file/images/background.jpg”, host: “example.com” How do I fix this problem under CentOS / RHEL / Fedora Linux or UNIX like operating systems?… Leer más: Nginx: 24: Too Many Open Files Error And Solution »