|
|
|
|
|
by LinuxBender
431 days ago
|
|
That looks really cool. What's the biggest memory usage one of the instances has ever climbed to? Is it first-in, first-out when the memory limit is reached? I assume if people are uploading binary content it would grow rather fast. Some screenshots in the repo would be nice. |
|
Right now there is no memory limit or handling for when memory reaches a certain point. Pruning based on FIFO or fewest replies could work, or OS level techniques to handle memory limitations like swap.
I will add some screenshots to the repo. Thanks for the suggestion.