https://bz.apache.org/bugzilla/show_bug.cgi?id=63474
--- Comment #8 from Dominik Stadler <[email protected]> --- What I was trying to say was that the error you see actually indicates that Java itself did not use too much memory yet, but allocating the memory from the operating system failed, i.e. like if you have a system with only 2GB or RAM, but give Java -Xmx3g, at some point it would not be able to aquire more memory from the operating system. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
