If they are running the latest version from svn it no longer uses memory mapping since java's implementation is broke. Steven modified and implemented a patch I submitted that uses a small buffer. I have successfully streamed 500mb files with the unmodified source from svn but on a pretty fast machine. What you might try is increasing the buffer in red5-common.xml from 4096 to a higher value. I'm not positive that will have any effect but if it shows improvement it might indicate the problem is indeed a time issue.
--Dan-- On Jan 3, 2007, at 8:48 AM, Michael Klishin wrote: > Red5 uses direct memory mapping, how much RAM does your machine have? > > On 03/01/07, 2012 <[EMAIL PROTECTED]> wrote: > >> Those files are bigger than 300 mb(one is bigger than 500mb) but >> we have >> just 10 files. >> Any suggestion? > > -- > This was freedom. Losing all hope was freedom. > > Flex wiki (russian): flexwiki.novemberain.com > Red5 bug track: jira.red5.org > Red5 wiki: wiki.red5.org [use JIRA account] > > Chasing the beauty in programming: > www.ruby-lang.org | www.rubyonrails.org > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
