Import fails when importing projects with a large number of buildsOn Linux, if your projects contain a large number of builds, your project import may fail if you don't set your ulimit value to an appropriate number. Use the following formula: "ulimit -n" > max(number of builds in a project) + 1000. For example, if your project contains 500 or more builds and is failing during import, set your ulimit value to 2048. |