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
i have readed the sourse code, num is get from "cat /proc/cpuinfo", numcpus is get from "sysconf(_SC_NPROCESSORS_CONF)", but _SC_NPROCESSORS_CONF might be possible for the operating system to disable individual processors。 so num may by not equal numcpus。
i want to know how to fix it~
Thanks all~
The text was updated successfully, but these errors were encountered:
when use pm2 command, it will assert failed!
node: ../deps/uv/src/unix/linux-core.c:746: read_times: Assertion 'num == numcpus' failed. ./pm.sh: line 4: 30365 Aborted (core dumped) pm2 start ../server/index.js --no-daemon
i have readed the sourse code, num is get from "cat /proc/cpuinfo", numcpus is get from "sysconf(_SC_NPROCESSORS_CONF)", but _SC_NPROCESSORS_CONF might be possible for the operating system to disable individual processors。 so num may by not equal numcpus。
i want to know how to fix it~
Thanks all~
The text was updated successfully, but these errors were encountered: