Redirected from page "Info/Buildserver"

Clear message
Edit History Actions Discussion

Info/Compiling

Compiling on Blinkenshell

Blinkenshells main SSH server Triton has strict Resource limits to prevent users from using up all the system resources on the server. This can become problematic when trying to compile programs which requires a bit more memory, and therefore we have a separate server where you can compile programs. You can not create any outgoing network connections or have any background programs running on this server however.

To use the buildserver, first log in to Triton and then SSH through to the buildserver: ssh buildserver

Processes that use more than 60 minutes CPU time will be killed by the system, so don't start any long-running processes. Compiling programs should be fine however.


CategoryInfo