CentBrowser Forum
How to set memory size for video stream prefetch - Printable Version

+- CentBrowser Forum (https://www.centbrowser.net/en)
+-- Forum: Members Area (https://www.centbrowser.net/en/forumdisplay.php?fid=3)
+--- Forum: Tips & Tricks (https://www.centbrowser.net/en/forumdisplay.php?fid=7)
+--- Thread: How to set memory size for video stream prefetch (/showthread.php?tid=3194)



How to set memory size for video stream prefetch - Budi - 10-10-2019

How to set, increase memory size in prefetching video stream on youtube, and others generally ?


RE: How to set memory size for video stream prefetch - CentBrowser - 10-10-2019

You can use these command lines to limit disk cache size:
--disk-cache-size=XXX
--media-cache-size=XXX
--disk-cache-dir="D:\chrome_cache"

XXX is in bytes, and no more than 2147483647.(2GB)

If you mean RAM size used for video streaming, I think there is no way currently.


RE: How to set memory size for video stream prefetch - donaldhines - 08-10-2020

(10-10-2019, 01:22 PM)CentBrowser Wrote: You can use these command lines to limit disk cache size:
--disk-cache-size=XXX
--media-cache-size=XXX
--disk-cache-dir="D:\chrome_cache"

XXX is in bytes, and no more than 2147483647.(2GB)

If you mean RAM size used for video streaming, I think there is no way currently.
This is really working... Thank you!