Taking forever to create a test allocation

When I attempted to create a test allocation, it was stuck at “waiting for server”. After some reattempts, there was a warning message popped up “You are performing too many requests”. I looked into the server logs. There seem to be some errors but I’m not sure how to interpret/solve them. Please help…

Hello,

If you go to the “Servers” page on your project, click into a server and then go to “Events” tab you should get some more information on what is happening. I can see that your server is exiting with code 139, which is typically caused by a segmentation fault. Something in your server is causing it to crash, often this can be caused by referencing missing scripts/objects.

If you could post the entire log file then it would help to debug the problem

add -nographics in the command before allocating it will create a server with no GPU and thus no errors related to shaders and such.

The test allocation is still taking too long . No errors have popped up