General issues
Out of memory error
If Teku exits with a java.lang.OutOfMemoryError: Java heap space
error, it could mean that Teku's Java Virtual Machine (JVM) ran out of memory.
To fix this, you can try setting a maximum heap size.
P2P port conflicts
If Teku fails to start with a P2P Port 9000 (TCP/UDP) is already in use. Check for other processes using this port.
error, it means that Teku is trying to use a network port that is already in use.
For example, Teku and Lighthouse both use port 9000 by default for P2P traffic. You can change Teku's default port number with the --p2p-port
option.