A-star-logic / memoire

Other
1 stars 0 forks source link

Underpressure does not handle well high memory usage #44

Open Mael-Abgrall opened 2 weeks ago

Mael-Abgrall commented 2 weeks ago

Under pressure prevent requests from reaching the server when there is too much usage.

However, it gave a strange reading when loading 100k documents, rejecting requests:

console.log(v8.getHeapStatistics().total_available_size); --> 2_150_669_184
Error: too many rss bytes used: 1_287_663_616

This has a very low priority until we have a customer with a large number of documents