[ic] More questions

DB db at m-and-d.com
Mon Sep 1 14:53:25 UTC 2025


You can run via cron stuff like:

find /home/user/catalogs/store/tmp/ -mindepth 1 -type f -mtime +10 | 
xargs rm

find /home/user/catalogs/store/session/ -mindepth 1 -type f -mtime +10 | 
xargs rm

I also noticed this project, where they explicitly say "In most cases, 
you should not need this and can probably get by using Cloudflare to 
protect a given origin. However, for circumstances where you can't or 
won't use Cloudflare, Anubis is there for you."

https://github.com/TecharoHQ/anubis/?tab=readme-ov-file

DB


On 8/26/25 12:49 PM, davideth--- via interchange-users wrote:
> I am having drive space problems due to the large number of sessions 
> being generated.
> 
> 
> #1 In catalogs, ../tmp uses a large amount of inodes
> 
> 5848908        - addr_ctr
> 4424248        - retired
> 
> 
> Is there any problem with emptying these directories?
> 
> What about files that are more than a week old?
> 
> 
> #2 in catalogs, the sessions file uses even more but I know that I 
> definitely need to keep any session that results in an order.
> 22999166        - session
> 
> What is the best way to remove old unused sessions?
> 
> 
> #3  Can someone direct me the best way to put a mv_valid or mv_verified 
> cookie on the users computer
> 
> 
> Again, thanks for the help.
> 
> 
> BTW, I do not like using free things such as cloudflare as when they get 
> popular enough, they either limit access or start charging.
> 
> 
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users at interchangecommerce.org
> https://www.interchangecommerce.org/mailman/listinfo/interchange-users



More information about the interchange-users mailing list