Well just wondering what can you move manually from tmp/cache over ftp..
My cache is getting big ( +10MB) in a matter of minuttes..
and especially round midnite.. the 00.00 files sems to give me problems..
If I dont delete several times a day, my cache goes up to 124MB ( today)
And that is a bit to much ??
Tom
Hi,
which version of Spip are you using ?
A typo in the code was responsible of such problem :
It was corrected with the commit [9430] :
http://trac.rezo.net/trac/spip/changeset/9430
(it's between 1.92b and 1.92c)
So check that you have the correct line :
$t = spip_fetch_array($s);
in ecrire/inc/invalideur.php (two lines after the comment "il semble y
avoir une desynchro ici")
Of course such correction isn't guaranteed to work : if possible you
should upgrade spip at least to the latest official release,
spip1.9.2c
(which corresponds to the release 10268)
But if you are already working with this version, the problem may be
somewhere else..
.Gilles
---
On Nov 7, 2007 2:05 AM, tom@mir.dk <tom@mir.dk> wrote:
Well just wondering what can you move manually from tmp/cache over ftp..
My cache is getting big ( +10MB) in a matter of minuttes..
and especially round midnite.. the 00.00 files sems to give me
problems..
If I dont delete several times a day, my cache goes up to 124MB ( today)
And that is a bit to much ??
Tom_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en
On 11/7/07, tom@mir.dk <tom@mir.dk> wrote:
Tnx I will go for the 1.92c
There is no number in my spip ( just says 192b ( no number)
Will try the newest one
spip192b corresponds to rev 9379
look at changelog here : http://trac.rezo.net/trac/spip
.Gilles
thanx
TomDen 07/11/2007 kl. 2.49 skrev Gilles Vincent:
> Hi,
>
> which version of Spip are you using ?
> A typo in the code was responsible of such problem :
>
> It was corrected with the commit [9430] :
> http://trac.rezo.net/trac/spip/changeset/9430
> (it's between 1.92b and 1.92c)
>
> So check that you have the correct line :
> $t = spip_fetch_array($s);
> in ecrire/inc/invalideur.php (two lines after the comment "il semble y
> avoir une desynchro ici")
>
> Of course such correction isn't guaranteed to work : if possible you
> should upgrade spip at least to the latest official release,
> spip1.9.2c
> (which corresponds to the release 10268)
>
> But if you are already working with this version, the problem may be
> somewhere else..
>
>
> .Gilles
> ---
>
> On Nov 7, 2007 2:05 AM, tom@mir.dk <tom@mir.dk> wrote:
>> Well just wondering what can you move manually from tmp/cache over
>> ftp..
>> My cache is getting big ( +10MB) in a matter of minuttes..
>> and especially round midnite.. the 00.00 files sems to give me
>> problems..
>> If I dont delete several times a day, my cache goes up to 124MB
>> ( today)
>> And that is a bit to much ??
>> Tom
>>
>>
>> _______________________________________________
>> spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en
>>
>>
> _______________________________________________
> spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en
>
Hello,
you can try to put a limit on the cache size, just add a line:
$quota_cache=10;
in your mes_options.php file. That should limit the cache to 10Mb.
Also check that you are not doing weird inclusions in your templates that would multiply the number of cached files.
There is one cache file per template per possible parameter value, so if you have too many liberties in your inclusion parameters, it can exploder your cache.
Pierre
tom@mir.dk wrote:
Well just wondering what can you move manually from tmp/cache over ftp..
My cache is getting big ( +10MB) in a matter of minuttes..
and especially round midnite.. the 00.00 files sems to give me problems..
If I dont delete several times a day, my cache goes up to 124MB ( today)
And that is a bit to much ??
Tom
On 11/7/07, Pierre Andrews <mortimer.pa@free.fr> wrote:
Hello,
you can try to put a limit on the cache size, just add a line:
$quota_cache=10;
Yes, but it seems that it wasn't taken into account
(see http://trac.rezo.net/trac/spip/ticket/858)
.Gilles
---
in your mes_options.php file. That should limit the cache to 10Mb.
Also check that you are not doing weird inclusions in your templates
that would multiply the number of cached files.
There is one cache file per template per possible parameter value, so if
you have too many liberties in your inclusion parameters, it can
exploder your cache.Pierre
tom@mir.dk wrote:
> Well just wondering what can you move manually from tmp/cache over ftp..
> My cache is getting big ( +10MB) in a matter of minuttes..
> and especially round midnite.. the 00.00 files sems to give me problems..
> If I dont delete several times a day, my cache goes up to 124MB ( today)
> And that is a bit to much ??
> Tom
>_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en