
Pontus Lundin - 2013-01-13 06:45:53
Hi
When using SaveBody It seems that every file is cached, running free-m before and after emailing a image attachment on 1.5MB chanaged it like the table below:
When i in the application click on the images (saved on disk) it gets loaded instanstly in the browser. Is there any php trick to prevent cache files like this? Assume there are some concurrent emails coming it, it will soon eat up all memory
free -m
total used free shared buffers cached
Mem: 3833 2815 1017 0 195 2227
-/+ buffers/cache: 392 3441
Swap: 1023 0 1023
free -m
total used free shared buffers cached
Mem: 3833 2821 1011 0 195 2228
-/+ buffers/cache: 396 3436
Swap: 1023 0 1023