Search found 3 matches

by Gergeosson
Tue May 22, 2012 1:02 am
Forum: Requests
Topic: Option to not allocate space before downloading.
Replies: 1
Views: 6511

Option to not allocate space before downloading.

Hi!

I just bought a Time Capsule and I started using it to download media to it (as well as backing up to it). I download both to the internal drive of the capsule as well as to an external drive which is hooked up to the capsule. When I download to it using transmission, let's say a 10 GB video ...
by Gergeosson
Tue Jun 21, 2011 11:17 pm
Forum: Support
Topic: Changing Cache-size-mb in OS X
Replies: 3
Views: 16491

Re: Changing Cache-size-mb in OS X

Using Terminal get Transmission from "svn co svn://svn.transmissionbt.com/Transmission/trunk Transmission", edit session.c and build ( ⌘-B) in included .xcodeproj. Xcode should be on your install disc if you haven't installed it yet.


session.c

Line 62 DEFAULT_CACHE_SIZE_MB = 4,

Change to ...
by Gergeosson
Mon Jun 20, 2011 3:32 pm
Forum: Support
Topic: Changing Cache-size-mb in OS X
Replies: 3
Views: 16491

Changing Cache-size-mb in OS X

Hi!

Transmission constantly freezes when downloading at high speeds (5 MB+).

I've found threads that indicate that changing the value of cache-size-mb is the solution:
https://forum.transmissionbt.com/viewtopic.php?f=2&t=11358
https://forum.transmissionbt.com/viewtopic.php?f=2&t=10965

Now how do ...