20

Friend: why do I get this error help

[I check the logs]

Me: uh,its a OOM, did you allocate enough memory for GC?

Friend: wait hold on

[changes a method]

[works]

Friend: I shouldn't use this experimental method

Me: Cool man blog it

Comments
  • 2
    Allocate memory for garbage collection?
  • 0
    @Kimmax in this case, my friend was recompiling his Java program until IntelliJ ran out of mem which caused GC to fail

    didnt word it properly in the main rant but yeah
Add Comment