Tony Collen schrieb:
> Johannes Schaefer wrote:
> 
>> Hi!
>>
>> I get an out-of-memory error for movies above a certain size
>> (around 10MB):
>>   15:18:41.906 WARN!! Error for .../movs/madagascar.mov
>>   java.lang.OutOfMemoryError: Java heap space
>>
>> Smaller movies don't make problems.
>>
>> How can I increase the heap size for Cocoon?
>>
>>
>> If it is caching: Can I turn caching off only for the *.mov
>> matcher?
>>   <map:match pattern="**.mov">
>>     <map:read src="{0}" mime-type="video/quicktime"/>
>>   </map:match>
> 
> 
> Another option is to use Apache to serve the static content:
>
> http://wiki.apache.org/cocoon/ApacheModProxy

Thanks, but for now I prefer what we've found (increasing
the JVM memory and nonchaching). Would like to do without
another server on the machine ;-)

But that gives me another idea ... we're running locally
and it seems the best solution is to use the file://
directly  :-)  Great!

Thank you all!

Johannes

> 
> Tony
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
User Interface Design GmbH * Teinacher Str. 38 * D-71634 Ludwigsburg
Fon +49 (0)7141 377 000 * Fax  +49 (0)7141 377 00-99
Geschäftsstelle: User Interface Design GmbH * Lehrer-Götz-Weg 11 * D-81825 
München
www.uidesign.de

Buch "User Interface Tuning" von Joachim Machate & Michael Burmester
www.user-interface-tuning.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to