300kb is not much, but if you look at the implementation of the called method https://github.com/kohsuke/winp/blob/master/src/main/java/org/jvnet/winp/WinProcess.java ,I got heap exception at line 144. The method creates substrings in loop string lenght > 0. So theoretically after each iteration it stores to RAM another string with one character less.
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0c2d5194-6237-4619-b780-648f0abc8a23%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
