shards: 'auto'. This is because for this specific bot, I'm only in around 40K servers and I only use around 2GB RAM.ShardingManager, and each process/worker has a MySQL connection pool using mysql2, the RAM usage increases drastically; I believe this is because it always keeps a connection open to improve performance... and MySQL reserves a lot of RAM for each connection. I end up maxing-out my VPS' 24GB.ShardingManager.on('shardCreate', ...), or just a sharding manager in general, when using shards: 'auto'?shards: 'auto'?