by trobbins » Fri Oct 15, 2010 2:33 am
Anyone having memory issues with the current version?
I am running it on a VMWare ESXi4 server. I assigned the
ps3media server 4gigs of ram and 4 processor threads. After
booting, the memory usage continues to climb until the Kernel
panics because there are no more process' that could be terminated
to free up memory. It seems that if transmission is running from
a fresh boot and nothing to do, the memory usage climbs slowly.
If there are file(s) downloading, the memory usage climbs faster.
Killing transmission between uses slows down the memory usage.
FYI: If you are having this issue and get tired of having to manually
reboot the server try this.....
Add the following to /etc/sysctl.conf:
kernel.panic = 20
This tells the kernel that if it encounters a panic, it is to reboot the system
after a 20 second delay. By default, the kernel will never reboot when it
encounters a panic, but with the above setting you can force it to.
I had to do that because it would also peg the processor to 100%
and start crashing other virtual servers. Not good for me because
I host web services for other people/business's.