we experience mem usage on fresh filling of cache (20gb) with npm connector attached to a feed. once the cache is filled with all the dependencies usage is down to 2gb.
E
enrico+proget_8830
@enrico+proget_8830
0
Reputation
2
Posts
1
Profile views
0
Followers
0
Following
Best posts made by enrico+proget_8830
This user hasn't posted anything yet.
Latest posts made by enrico+proget_8830
-
RE: NPM - RAM consumption 5GB
-
RE: Many timeouts in ProGet log when restoring packages
hello
i am facing the same issue
using Web.ConcurrentRequestLimit does not work as i dont find the setting
using nginx rate limiting which is in front of proget
http { limit_req_zone $server_name zone=perServer:10m rate=100r/s; ... upstream proget { server 127.0.0.1:8081; } server { location / { # npm needs some rate limiting limit_req zone=perServer burst=10; ... proxy_pass http://proget; ... } } }