Nikita-str / rch

imageboard with backend in Rust and frontend in Vue
MIT License
2 stars 0 forks source link

back mem action #36

Open Nikita-str opened 11 months ago

Nikita-str commented 11 months ago

min is save / load but we also can have MemStat and traits for unload / load and save so if a thread is unused awhile (about 1h) and it use enough memory (by posted text (limit on each post ~16KB)) let's say about 300KB (it's +- enough idk) then we can unload it(posted text) and load when some one will read it

Nikita-str commented 11 months ago

16kb (max post RAM size) 500 (posts) 100 (thrs) * 20 (boards) = ~16gb so... low prior