12364 Members
237 Forums
7868 Topics
24169 Posts
Max Online: 9115 @ 08/24/24 07:30 PM
|
|
|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|
|
|
|
|
|
#7920 - 04/18/16 01:56 PM
Re: Kodi direct
[Re: Mangy]
|
Japhar Member
Carpal Tunnel
Registered: 10/19/10
Posts: 10038
|
I think yes, but there is USB Flash Memory Sticks that are quicker than others, I would use the best one possible for such thing and probably as well setup a RAM Swap to hdd, Admin swapoff /media/hdd/swapfile
rm /media/hdd/swapfile
dd if=/dev/zero of=/media/hdd/swapfile bs=1024 count=256000
mkswap /media/hdd/swapfile
swapon /media/hdd/swapfile
_________________________
|
Top
|
|
|
|
|
|
|