frmscoe / General-Issues

This repo exists to track current work and any issues within the FRMS CoE
2 stars 0 forks source link

Nodejs Workers bugged #248

Closed Lenbkr closed 9 months ago

Lenbkr commented 11 months ago

Variable numCPUs to specify how many workers to create is bugged on the following processors

johanfol commented 11 months ago

When working on this, please make sure the default value for numCPUs across all processors is NOT Number.MAX_SAFE_INTEGER (since node doesn't like to spin up 9007199254740991 processors), but instead a normal value like 1 (so that worker threads are by default switched off).

Justus-at-Tazama commented 9 months ago

Completed, archiving.