Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: spalluruHi ,
I am trying to set up drone pool to restrict project utilizing resources on our shared environment.
I see that though, I have not specified overflow in pool definition , it is still overflowing to other group
For ex: Through BRE when I try to grab 100 sessions with BRE user abcuser it was able to honour the request , technically I feel that
since I haven't defined overflow for pool ABC it should allow only 80 threads not 100. Here I see that it is trying to graph 20 drones from
pool:bre
Any comments on this please ? my LAE server is 4.6.1 running on Linux
# An unlimited pool for BRE users
pool:bre
size:20
defaultgroup:users
end:bre
# A pool for running ABC graphs
pool:ABC
size:80
defaultgroup:ABC
defaultuser:abcuser
end:ABC
-Sreekanth