You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start my app with pm2-runtime in gitlab CI.
The current env is inherint from gitlab env.
And it appear that it's too big. PM2 error: Trace: Error: spawn E2BIG
The command filter_env is not available for pm2-runtime
2020-05-27T15:49:39: PM2 error: Trace: Error: spawn E2BIG
at ChildProcess.spawn (internal/child_process.js:407:11)
at spawn (child_process.js:548:9)
at fork (child_process.js:116:10)
at createWorkerProcess (internal/cluster/master.js:134:10)
at EventEmitter.cluster.fork (internal/cluster/master.js:169:25)
at Object.nodeApp (/usr/local/lib/node_modules/pm2/lib/God/ClusterMode.js:48:21)
at Object.executeApp (/usr/local/lib/node_modules/pm2/lib/God.js:245:9)
at inject (/usr/local/lib/node_modules/pm2/lib/God.js:159:18)
at Object.injectVariables (/usr/local/lib/node_modules/pm2/lib/God.js:586:10)
at /usr/local/lib/node_modules/pm2/lib/God.js:157:9 {
errno: 'E2BIG',
code: 'E2BIG',
syscall: 'spawn'
}
What's going wrong?
When I start my app with pm2-runtime in gitlab CI.
The current env is inherint from gitlab env.
And it appear that it's too big.
PM2 error: Trace: Error: spawn E2BIG
The command filter_env is not available for pm2-runtime
How could we reproduce this issue?
Try to start pm2-runtime under GitlabCI
Supporting information
Unitech/pm2#4725
The text was updated successfully, but these errors were encountered: