Windows JNLP agents failing to connect after Jenkins restart

1 minute read

Issue

  • Windows JNLP agents failing to connect after Jenkins restart

  • You are getting java.lang.OutOfMemoryError: unable to create new native

Resolution

The error is about platform-specific process creation limits. If the controller is on Unix, you would need to adjust a ulimit. We explain how to do this in this link.