Quote:
Originally Posted by sufiballer8
ahh so i should invest in a solid state disk drive?
have u heard any good things about samsung 840 pro series ssd's?
and there isnt any special setting in task manager or anything that i might be missing
|
I have 4 computers botting with 4 ssds.
2 Vertex4 (Only for the High IOPs and the
5 years warranty 100€ each)
1 Kingston 64gb (60€, I need it for a laptot with a i7 720QM)
1 Samsung 840 pro series (89€, really cheap and nice IOPs)
You Need a ssd for a high lvl of bots, really. If you want more than 10 bots, use more than 4 HDD or 1 SSD.
Quote:
Originally Posted by baletka
Does anyone have problem with battle training? I just can't get it to load, it always crashes at 100% :s
|
If your lol takes more than 3 minutes on login in, timeout error will apears, not by nhc (timeout 5 mins). Just from lol itself.
Give more resources. That would help.
Also i will post more important things, each time that you clone a bot, with linked method. A snapshot of the VM will be created.
A VM With more than 100 snapshots, has a very big and complicated snapshot tree. So the CloneVM will became unstable and will need more resources.
I post a script some days ago, in that script I use a "BotMaster" and "BotSlaves". Now I use 3 things, "BotKing" "BotMaster" "BotSlave".
Each time that you need to reset your clones, only update the BotKing, because the botmaster and botslave will be deleted.
So when you clone the BotMaster. He will have 0 snapshots, will be a perfect clone (because you copy it from BotKing with .bat comand xCopy, not the VM clone method).
And your new clones will have a small snapshot tree. I really test this hard and It gaves to me amazing performance results.
I will post the script modified:
echo "All Bots will be recreated, Press Enter to continue"
pause
DEL D:\VM\BotMaster /Q
mkdir D:\VM\BotMaster
xCOPY S:\Public\BOTS\Resources\BotKing D:\VM\BotMaster /e /i /h /y
C:
cd "C:\Program Files (x86)\VMware\VMware VIX"
vmrun.exe stop D:\VM\BotSlave01\BotSlave01.vmx
vmrun.exe stop D:\VM\BotSlave02\BotSlave02.vmx
vmrun.exe stop D:\VM\BotSlave03\BotSlave03.vmx
vmrun.exe stop D:\VM\BotSlave04\BotSlave04.vmx
vmrun.exe stop D:\VM\BotSlave05\BotSlave05.vmx
vmrun.exe stop D:\VM\BotSlave06\BotSlave06.vmx
vmrun.exe stop D:\VM\BotSlave07\BotSlave07.vmx
vmrun.exe stop D:\VM\BotSlave08\BotSlave08.vmx
vmrun.exe stop D:\VM\BotSlave09\BotSlave09.vmx
vmrun.exe stop D:\VM\BotSlave10\BotSlave10.vmx
vmrun.exe stop D:\VM\BotSlave11\BotSlave11.vmx
vmrun.exe stop D:\VM\BotSlave12\BotSlave12.vmx
vmrun.exe stop D:\VM\BotSlave13\BotSlave13.vmx
vmrun.exe stop D:\VM\BotSlave14\BotSlave14.vmx
vmrun.exe stop D:\VM\BotSlave15\BotSlave15.vmx
vmrun.exe stop D:\VM\BotSlave16\BotSlave16.vmx
tskill vmware
vmrun.exe -T ws deleteVM D:\VM\BotSlave01\BotSlave01.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave02\BotSlave02.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave03\BotSlave03.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave04\BotSlave04.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave05\BotSlave05.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave06\BotSlave06.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave07\BotSlave07.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave08\BotSlave08.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave09\BotSlave09.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave10\BotSlave10.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave11\BotSlave11.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave12\BotSlave12.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave13\BotSlave13.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave14\BotSlave14.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave15\BotSlave15.vmx
vmrun.exe -T ws deleteVM D:\VM\BotSlave16\BotSlave16.vmx
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave01\BotSlave01.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave02\BotSlave02.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave03\BotSlave03.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave04\BotSlave04.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave05\BotSlave05.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave06\BotSlave06.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave07\BotSlave07.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave08\BotSlave08.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave09\BotSlave09.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave10\BotSlave10.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave11\BotSlave11.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave12\BotSlave12.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave13\BotSlave13.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave14\BotSlave14.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave15\BotSlave15.vmx linked
vmrun.exe -T ws clone "D:\VM\BotMaster\BotMaster.vmx" D:\VM\BotSlave16\BotSlave16.vmx linked
pause
Just change the Paths for your own