@YounesGa To have each thread use only 1 line, set the value "max success usage: 1", "max number of simultaneous use: 1".
This is equivalent to the fact that after the flow finishes running with a result of Success, the already used proxy line will not be used again, whereas if there is an error, it will be reused 999999999 times and only one line. for each stream
290a12f6-98cf-4378-9d4c-72a246339adb-image.png
BAS Crashing afyer 2 3 hours.
-
I have made a bot. but it is crashing every 2 3 hours. How can I solve this issue.? I have attached the screenshots of event logs from windows.
I am running the Compiled version of bot which is crashing. If I run from inside BAS it works fine.


-
@rohitpateldgm perhaps memory leak, or try to run less threads
i faced this issue when i forced cpu to work on more threads that it can handle -
it's running with just 1 thread. and CPU is also not much used. everything stable.
-
@rohitpateldgm then i guess, its some kind of memory leak
-
how to investigate and fix it? can you provide some idea?
-
@rohitpateldgm run your soft, check total memory after 30m/1h/2h if its increased all time, then its 100% memory leak
check what are you doing with arrays, adding/deleting something in somewhere, it can be your bug, where you just forgot to free memory somewhere, so i guess, just check every cube -
@rohitpateldgm
What version of BAS are you using?
What OS are you using?
Does this problem only occur with one project or with others too?
Please attach the project you are having the problem with to this thread or in a private message on the forum.