Hi there,

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.
> # Possible reasons:
> #   The system is out of physical RAM or swap space
> #   In 32 bit mode, the process size limit was hit
> # Possible solutions:
> #   Reduce memory load on the system
> #   Increase physical memory or swap space
> #   Check if swap backing store is full
> #   Use 64 bit Java on a 64 bit OS
> #   Decrease Java heap size (-Xmx/-Xms)
> #   Decrease number of Java threads
> #   Decrease Java thread stack sizes (-Xss)
> #   Set larger code cache with -XX:ReservedCodeCacheSize=
> # This output file may be truncated or incomplete.
> #
> #  Out of Memory Error (os_linux.cpp:2718), pid=3013, tid=140294995289856
> #
> # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build
> 1.7.0_45-b18)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode
> linux-amd64 compressed oops)
> # Failed to write core dump. Core dumps have been disabled. To enable core
> dumping, try "ulimit -c unlimited" before starting Java again
> #
>
> ---------------  T H R E A D  ---------------
>
> Current thread (0x00007f994ace8000):  JavaThread "HANDSHAKE-/10.0.10.9"
> daemon [_thread_new, id=3274, stack(0x00007f98f957a000,0x00007f98f95bb000)]
>
> Stack: [0x00007f98f957a000,0x00007f98f95bb000],  sp=0x00007f98f95b9800,
> free space=254k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
> code)
> V  [libjvm.so+0x992c8a]  VMError::report_and_die()+0x2ea
> V  [libjvm.so+0x49319b]  report_vm_out_of_memory(char const*, int,
> unsigned long, char const*)+0x9b
> V  [libjvm.so+0x81310e]  os::Linux::commit_memory_impl(char*, unsigned
> long, bool)+0xfe
> V  [libjvm.so+0x8131cc]  os::pd_commit_memory(char*, unsigned long,
> bool)+0xc
> V  [libjvm.so+0x80b3ba]  os::commit_memory(char*, unsigned long, bool)+0x2a
> V  [libjvm.so+0x8116ed]  os::pd_create_stack_guard_pages(char*, unsigned
> long)+0x6d
> V  [libjvm.so+0x94693e]  JavaThread::create_stack_guard_pages()+0x5e
> V  [libjvm.so+0x94d3d4]  JavaThread::run()+0x34
> V  [libjvm.so+0x815288]  java_start(Thread*)+0x108
>
>
> ---------------  P R O C E S S  ---------------
>

Reply via email to