Thread Instances Freeze

  • Автор темы Автор темы busymofo
  • Дата начала Дата начала

busymofo

Client
Регистрация
25.08.2012
Сообщения
26
Реакции
0
Баллы
0
Hello,

So when i run ZP using a template it starts to freeze and my CPU usage spikes up to 100% . All the instances freeze and this happens about 5 mins into having the project started.
 
What build do you use?
What are PC specs?
 
i use the newest build 3.2 Ghz CPU (Intel Xeon E5-1650)
3072 MB DDR3 RAM . When I check resources the base.exe or FFinstance file just keeps on growing and growing using up a lot of memory
 
What build of ZP?
4.3.7.1?
 
yes 4.3.7.1 and ZP standard
 
a standard counter loop yes.
 
With each loop's iteration, project will use more memory.
Dont use loops where they can be replaced with iterations of template's executions.
It's better to run project 5 times instead of 1 time with 5 iterations with internal loop.
 
how long does it take to complete one run? it should be clear that if there are plenty of text parsed to variables it is kept in RAM, so it keeps growing.
 
the issue here is i dont want to keep logging into a site or else they'll give me a captcha. Anyway around this?
 
well what i did with the original template was i split it up into two one to login and without deleting cookies the other template does what i needs to do but if i were to try to scale i would need to create a tempalte to clean cookies and do it with another account.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)