Reducing memory resource utilization of volume servers

69 views
Skip to first unread message

J R Sandesh Bhat

unread,
Oct 4, 2023, 9:26:53 AM10/4/23
to Seaweed File System
I am experimenting with the use of SeaweedFS for storing video files on devices with a storage of 1TB but with memory restriction of 1GB (preferably lower). 

Writes are really rare and done in batches at large intervals, while reads are proportional to the number of volume servers. That is, each volume server exists on the same device as the one streaming it. Testing SeaweedFS, I see that the memory usage spikes to about twice the size of the file everytime I read or write it.

Is there any way to keep the memory restrictions low while reading the data? 

Chris Lu

unread,
Oct 4, 2023, 6:57:55 PM10/4/23
to seaw...@googlegroups.com
Reduce the file chunk size should help.

--
You received this message because you are subscribed to the Google Groups "Seaweed File System" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seaweedfs+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/seaweedfs/ccbf4f46-ad61-4729-bb72-affc6d7ce3bcn%40googlegroups.com.

J R Sandesh Bhat

unread,
Oct 5, 2023, 6:11:01 AM10/5/23
to Seaweed File System
Is there any way to not load the whole chunk into memory during read, but to stream it from disk?
Reply all
Reply to author
Forward
0 new messages