module.exports = {
apps: [
{
name: 'bot',
script: './index.js',
args: '--color',
node_args: '--max_old_space_size=12000',
max_memory_restart: '10G',
},
],
};
module.exports = {
apps: [
{
name: 'bot',
script: './index.js',
args: '--color',
node_args: '--max_old_space_size=12000',
max_memory_restart: '10G',
},
],
};