-bash: fork: retry: Resource temporarily unavailable

Slowly thinking Minecraft was running away with its self…

Thinking it was these commands i wrote…

[minecraft@webserver creative]$ cat screenstart.sh
#!/bin/sh
screen -S minecraft -d -m bash ./start.sh

This one is the main server…

[minecraft@webserver main]$ cat screenstart.sh
#!/bin/sh
screen -S minecraft -d -m bash ./start.sh

Any thoughts would this have caused things to kinda lagg out a little I did notice several processes running not sure why…