On Mon, Sep 15, 2014 at 5:55 PM, Yatong Zhang <bluefl...@gmail.com> wrote:
> I just encountered an error which left a log '/hs_err_pid3013.log'. So is > there a way to solve this? > > # There is insufficient memory for the Java Runtime Environment to >> continue. >> # Native memory allocation (malloc) failed to allocate 12288 bytes for >> committing reserved memory. >> > Use less heap memory? You haven't specified under which circumstances this occurred, so I can only conjecture that it is likely being caused by "writing too fast". Write more slowly. =Rob