Skip to content

Instantly share code, notes, and snippets.

View celm1990's full-sized avatar

Carlos Lopez celm1990

View GitHub Profile
@celm1990
celm1990 / odoo_calculate_workers.sh
Created August 22, 2021 23:19
Analyzes the characteristics of the server and helps calculate the number of workers and memory for each
#!/bin/bash
# CONST 1GB
CONST_1GB="1024*1024*1024"
# VARIABLE WORKERS
CMD_W=0