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
Describe the bug
Verdaccio crashes (or rather verdaccio-memory I suppose)
To Reproduce
Launch /usr/bin/verdaccio --config /etc/verdaccio/config.yaml and create a lot of simultaneous requests (this is done by our CI pipeline launching multiple jobs simultaneously)
Describe the bug
Verdaccio crashes (or rather
verdaccio-memory
I suppose)To Reproduce
Launch
/usr/bin/verdaccio --config /etc/verdaccio/config.yaml
and create a lot of simultaneous requests (this is done by our CI pipeline launching multiple jobs simultaneously)Expected behavior
No crash
Configuration File (cat ~/.config/verdaccio/config.yaml)
I tried playing around with
store.memory.limit
, but to no avail.Debugging output
$ NODE_DEBUG=request verdaccio
display request calls (verdaccio <--> uplinks)out-request.txt
$ DEBUG=express:* verdaccio
enable extreme verdaccio debug mode (verdaccio api)out-extreme.txt
$ npm -ddd
prints:$ npm config get registry
prints:Additional context
Simply run in an LXD container running Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: