Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to set memory size for video stream prefetch
#1
How to set, increase memory size in prefetching video stream on youtube, and others generally ?
Reply
#2
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.
Reply
#3
(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!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)