Hi
I have a Amazon shopping cart on a dedicated server. Within a couple of days my server went down a couple of times, because the amazon cart was using all the memory and php resources in my server.
I upgraded the memory from 8GB to 16GB , but it is still taking a lot of memory. Anybody an idea why it is doing this. Everything is embed from Amazon and shouldn't take so much of the resources.
I checked the logs and it is this site that is taking all the resources and it is taking 100% of the cpu
This is the process manager
Process 8019 attached - interrupt to quit
access("/home/......./public_html/pechiko.com/cache/db/2b", F_OK) = 0
open("/home/......./public_html/pechiko.com/cache/db/2b/adodb_2bc3c9d1a140db6368be67f4c3aa5d7c.cache", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1817, ...}) = 0
lseek(5, 0, SEEK_CUR) = 0
flock(5, LOCK_SH) = 0
read(5, "====1,1317083796,SELECT+pid%2Cfi"..., 8192) = 1817
read(5, "", 8192) = 0
read(5, "", 8192) = 0
flock(5, LOCK_UN) = 0
close(5)
It is going and on
Thanks,
Edwin