On Mon, Feb 16, 2009 at 15:12, Jorrit de Vries <[email protected]> wrote: > On Mon, Feb 16, 2009 at 14:35, Jorrit de Vries <[email protected]> wrote: > > Since a short period of time (2 weeks) the last uploaded images aren't > cached (0 byte for a cached image). The issue is not image format related. > In the admin section there is a page for the caches (Tools->Cache), but I > can't find any documentation regarding its use, and what the consequences > would be when the cache is cleared. According to the numbers in the admin > the cache seems to be full (see attached image). If the caching is the > issue, how can I modify the size of the cache, and is it sensible to > empty/clear the cache first (there are a couple of null entries in the db)? > > > I do no think this cache is related to your issue. This cache only > caches a few image in memory. You could change the size in > WEB-INF/config/caches.xml, btw, if you like to try in any way. > > Probably something else is going on, like an issue with image-magick. > There probably are errors in the log about that. > > > > There is a memory location error indeed, thanks for pointing me to the right > direction. We'll investigate further, thank you.
You probably need to set the maximum memory usage of the jvm _smaller_ then. Or assign a bigger swap partition. Imagemagick is called using a system call, which is implemented using a 'fork' in java. So virtually the same amount of memory the jvm takes, must (temporary) be available another time. It can also be worked arround by not using image magick, or by using the 'command server'. Michiel -- mihxil' http://meeuw.org nl_NL eo_XX en_US _______________________________________________ Users mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/users
