Issue with run campagin with large amount of nodes

Stacash

Beginner
Hello
I have 1700 nodes on my system I have try to send it with 150 threads, and hourly limit. But it seams that when I setup campagin and click create it loading and cannot finnish.
I have change settings in php.ini :
max_imput_vars: 1000 (changed on 10000)
max_imput_time: 60 (changed on 180)
memory_limit: 5000m (from 128m)
 
It could be an issue of MySQL limits, try increasing/defining the bigger value for max_allowed_packet in my.cnf, and see how it goes. And also make sure not to overload the server.
 
Increase max_connection and max_allowed_packet not help. So select more than 1000 nodes at once is not possible, even I have powerfull server. btw if I set sendingl ike 40k per h it use max 10% of cpu and I setup 800 nodes, there must be something else
I have increase it 10x :
 

Attachments

  • Zrzut ekranu 2020-10-21 o 06.41.32.png
    Zrzut ekranu 2020-10-21 o 06.41.32.png
    34.4 KB · Views: 6
In screenshot is usage of CPU when I run 2 campagins, one with 900 nodes, second with 600 nodes, botth have total 80k sending limit per hour, and each have set 100 threads.
 

Attachments

  • Zrzut ekranu 2020-10-21 o 07.07.04.png
    Zrzut ekranu 2020-10-21 o 07.07.04.png
    40.6 KB · Views: 7
Back
Top