[Bot] GIBot

01/31/2014 02:43 Cromatik90#2086
Quote:
Originally Posted by GoSUCoLO View Post
how do you guys that have all VM's on ssd solve the constant VM growing size problem?
i've tried to take snapshots of linked clone VM and setting it to return to snapshot after power off.... which kinda works , reverting the size of linked clone but then its like russian rulette about which of that VM will still work unfortunatelly ;(
Do you remember to clean it? (:
01/31/2014 06:21 dokaa#2087
I have the same problem. I stop everything and delete/reclone once you twice per day whenever it fills up my ssd and crashes (usually takes around 7 or 8 hours to eat 130 gigs).
01/31/2014 07:20 mmosoft#2088
If it eats 130Go per 8 hours, then you don't give enouh RAM to your VM, so it uses the PageFile system.
01/31/2014 07:54 dokaa#2089
Quote:
Originally Posted by mmosoft View Post
If it eats 130Go per 8 hours, then you don't give enouh RAM to your VM, so it uses the PageFile system.
It happens at both 512 and 768mb
01/31/2014 08:08 mmosoft#2090
Ok.

We need to find a command line to delete and clone VM only with 1 clic ^^.

I'm going to search for that.
01/31/2014 09:23 sklebak#2091
Quote:
Originally Posted by mmosoft View Post
Ok.

We need to find a command line to delete and clone VM only with 1 clic ^^.

I'm going to search for that.
Save this as .bat and modify it by your needs, i.e. number of VMs, location etc.

Clone (XYZ is the original VM, XYZ01, XYZ02... are clones:
Code:
echo "Clone"
pause

C:
cd "C:\Program Files (x86)\VMware\VMware VIX"


vmrun.exe -T ws clone "C:\VM\XYZ\XYZ.vmx" C:\VM\XYZ01\XYZ01.vmx linked
vmrun.exe -T ws clone "C:\VM\XYZ\XYZ.vmx" C:\VM\XYZ02\XYZ02.vmx linked
Delete old clones (Be careful and don't delete your original VM!):
Code:
echo "Delete"
pause

TIMEOUT /T 10

C:
cd "C:\Program Files (x86)\VMware\VMware VIX"

vmrun.exe -T ws deleteVM C:\VM\XYZ01\XYZ01.vmx
vmrun.exe -T ws deleteVM C:\VM\XYZ02\XYZ02.vmx
Start VM's (You can add "TIMEOUT /T 60" if you want to make pause between VMs):
Code:
C:
cd "C:\Program Files (x86)\VMware\VMware VIX"
vmrun.exe start C:\VM\XYZ\XYZ.vmx
vmrun.exe start C:\VM\XYZ01\XYZ01.vmx
vmrun.exe start C:\VM\XYZ02\XYZ02.vmx
Stop VM's:
Code:
C:
cd "C:\Program Files (x86)\VMware\VMware VIX"
echo "Stop?"
pause
vmrun.exe stop C:\VM\XYZ\XYZ.vmx
vmrun.exe stop C:\VM\XYZ01\XYZ01.vmx
vmrun.exe stop C:\VM\XYZ02\XYZ02.vmx
01/31/2014 14:07 t6nn123#2092
maybe someone can give me the download link?
01/31/2014 14:46 valonialol#2093
Im happy to announce that we just reached over 1000 bots online! :)
01/31/2014 22:06 mmosoft#2094
CHEERS !!!!!!!!
02/01/2014 00:00 dokaa#2095
Quote:
Originally Posted by valonialol View Post
Im happy to announce that we just reached over 1000 bots online! :)
Wow! It was steady in the 300s on the NA server until like two or three days ago haha. Congrats on rolling in money, you earned it =P
02/01/2014 03:58 g0rd1nh0br#2096
server off now?
02/01/2014 04:06 eLFoLeY#2097
yes :S
02/01/2014 04:08 trikee#2098
down
02/01/2014 05:47 valonialol#2099
Please download the new exe from the site"
Its uses 3 diffrent login servers incase if someone crash.
02/01/2014 08:02 cedricdu94#2100
Your bot auto reconnect if i'm DC or crash ? Auto name summoner ?