Skip to content

Instantly share code, notes, and snippets.

@gireeshpunathil
Last active September 21, 2018 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gireeshpunathil/decefd67318bd485646b4bf5240f4fa1 to your computer and use it in GitHub Desktop.
Save gireeshpunathil/decefd67318bd485646b4bf5240f4fa1 to your computer and use it in GitHub Desktop.
{
"header": {
"event": "Allocation failed - JavaScript heap out of memory",
"location": "Ineffective mark-compacts near heap limit",
"filename": "node-report.20180921.104557.33353.001.json",
"dump_event_time": "2018/09/21 10:45:57",
"process_id": "33353",
"command_line": "./node --max-old-space-size=10 oom.js ",
"node.js_version": "v11.0.0-pre",
"glibc_version": "2.17",
"word_size": "64 bit",
"component_versions": {
"http_parser": "2.8.0",
"v8": "6.9.427.23-node.12",
"uv": "1.23.0",
"zlib": "1.2.11",
"ares": "1.14.0",
"module": "66",
"nghttp2": "1.33.0",
"napi": "3",
"openssl": "OpenSSL 1.1.0i 14 Aug 2018",
"arch": "x64",
"platform": "linux",
"release": "node"
},
"os_version": "Linux 3.10.0-862.el7.x86_64 #1 SMP Wed Mar 21 18:14:51 EDT 2018",
"glibc": "2.17",
"machine": "Linux 3.10.0-862.el7.x86_64 #1 SMP Wed Mar 21 18:14:51 EDT 2018<erased> x86_64"
},
"javascript_stack": [
"unavailable"
],
"native_stack": [
" [pc=0xac2fc2] nodereport::TriggerNodeReport(v8::Isolate*, node::Environment*, nodereport::DumpEvent, char const*, char const*, char*, v8::MaybeLocal<v8::Value>) [./node]",
" [pc=0xac3f69] [./node]",
" [pc=0xb930de] v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [./node]",
" [pc=0xb93311] v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [./node]",
" [pc=0xf6d6c2] [./node]",
" [pc=0xf6d7ba] v8::internal::Heap::CheckIneffectiveMarkCompact(unsigned long, double) [./node]",
" [pc=0xf7ad08] v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [./node]",
" [pc=0xf7bc8b] [./node]",
" [pc=0xf7c534] v8::internal::Heap::CollectAllAvailableGarbage(v8::internal::GarbageCollectionReason) [./node]",
" [pc=0xf7d07c] v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [./node]",
" [pc=0xf44f2f] v8::internal::Factory::AllocateRawArray(int, v8::internal::PretenureFlag) [./node]",
" [pc=0xf46480] v8::internal::Factory::NewUninitializedFixedArray(int, v8::internal::PretenureFlag) [./node]",
" [pc=0xeebaa9] [./node]",
" [pc=0x11af3f7] v8::internal::Runtime_GrowArrayElements(int, v8::internal::Object**, v8::internal::Isolate*) [./node]",
" [pc=0x2d029b9cfc3d] "
],
"javascript_heap": {
"total_memory": "18391040",
"total_committed_memory": "16150840",
"used_memory": "13094224",
"available_memory": "27675656",
"memory_limit": "44783670",
"heap_spaces": {
"read_only_space": {
"memory_size": "524288",
"committed_memory": "44536",
"capacity": "515584",
"used": "35832",
"available": "479752"
},
"new_space": {
"memory_size": "2097152",
"committed_memory": "1065960",
"capacity": "1031168",
"used": "0",
"available": "1031168"
},
"old_space": {
"memory_size": "11227136",
"committed_memory": "10935640",
"capacity": "10660576",
"used": "10660576",
"available": "0"
},
"code_space": {
"memory_size": "1048576",
"committed_memory": "798752",
"capacity": "515424",
"used": "515424",
"available": "0"
},
"map_space": {
"memory_size": "536576",
"committed_memory": "348640",
"capacity": "259512",
"used": "259512",
"available": "0"
},
"large_object_space": {
"memory_size": "2957312",
"committed_memory": "2957312",
"capacity": "27787616",
"used": "1622880",
"available": "26164736"
},
"new_large_object_space": {
"memory_size": "0",
"committed_memory": "0",
"capacity": "0",
"used": "0",
"available": "0"
}
}
},
"resource_usage": {
"user_cpu_seconds": "0.329356",
"kernel_cpu_seconds": "0.043982",
"cpu_consumption_percent": "37.3338",
"max_rss": "35479552",
"page_faults": "0 (I/O required) 10022 (no I/O required)",
"fs_activity": "0 reads 8 writes"
},
"uvthread_resource_usage": {
"user_cpu_seconds": "0.149602",
"kernel_cpu_seconds": "0.029722",
"cpu_consumption_percent": "17.9324",
"fs_activity": "0 reads 8 writes"
},
"libuv": [
{
"type": "async",
"is_active": "1",
"is_referenced": "0",
"address": "0x2c83cb0",
"details": ""
},
{
"type": "timer",
"is_active": "0",
"is_referenced": "0",
"address": "0x7ffe09866d18",
"details": "repeat: 0, timeout in: 72057582247644851 ms"
},
{
"type": "check",
"is_active": "1",
"is_referenced": "0",
"address": "0x7ffe09866db0",
"details": ""
},
{
"type": "idle",
"is_active": "0",
"is_referenced": "1",
"address": "0x7ffe09866e28",
"details": ""
},
{
"type": "prepare",
"is_active": "0",
"is_referenced": "0",
"address": "0x7ffe09866ea0",
"details": ""
},
{
"type": "check",
"is_active": "0",
"is_referenced": "0",
"address": "0x7ffe09866f18",
"details": ""
},
{
"type": "async",
"is_active": "1",
"is_referenced": "0",
"address": "0x24ae980",
"details": ""
},
{
"type": "tty",
"is_active": "0",
"is_referenced": "1",
"address": "0x2d0b568",
"details": "width: 105, height: 28, file descriptor: 17, write queue size: 0, writable"
},
{
"type": "signal",
"is_active": "1",
"is_referenced": "0",
"address": "0x2cf9260",
"details": "signum: 28 (SIGWINCH)"
},
{
"type": "tty",
"is_active": "0",
"is_referenced": "1",
"address": "0x2cf93c8",
"details": "width: 105, height: 28, file descriptor: 19, write queue size: 0, writable"
}
],
"environment_variables": {
"REMOTEHOST": "<erased>",
"XDG_SESSION_ID": "38117",
"HOSTNAME": "<erased>",
"HOST": "<erased>",
"TERM": "xterm-256color",
"SHELL": "/bin/csh",
"SSH_CLIENT": "<erased> 58918 22",
"OLDPWD": "/home/gireesh",
"SSH_TTY": "/dev/pts/14",
"GROUP": "ibmuser",
"USER": "gireesh",
"LS_COLORS": "rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:",
"HOSTTYPE": "x86_64-linux",
"MAIL": "/var/spool/mail/gireesh",
"PATH": "/home/gireesh/nr/o/node:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin",
"PWD": "/home/gireesh/nr/o/node",
"LANG": "en_US.UTF-8",
"SHLVL": "2",
"HOME": "/home/gireesh",
"OSTYPE": "linux",
"VENDOR": "unknown",
"MACHTYPE": "x86_64",
"LOGNAME": "gireesh",
"SSH_CONNECTION": "<erased> 58918 <erased> 22",
"LESSOPEN": "||/usr/bin/lesspipe.sh %s",
"XDG_RUNTIME_DIR": "/run/user/50141",
"_": "./node" },
"user_limits": {
"core_file_size_blocks": {
"soft": "",
"hard": "unlimited"
},
"data_seg_size_kbytes": {
"soft": "unlimited",
"hard": "unlimited"
},
"file_size_blocks": {
"soft": "unlimited",
"hard": "unlimited"
},
"max_locked_memory_bytes": {
"soft": "unlimited",
"hard": "65536"
},
"max_memory_size_kbytes": {
"soft": "unlimited",
"hard": "unlimited"
},
"open_files": {
"soft": "unlimited",
"hard": "4096"
},
"stack_size_bytes": {
"soft": "unlimited",
"hard": "unlimited"
},
"cpu_time_seconds": {
"soft": "unlimited",
"hard": "unlimited"
},
"max_user_processes": {
"soft": "unlimited",
"hard": "4127290"
},
"virtual_memory_kbytes": {
"soft": "unlimited",
"hard": "unlimited"
} },
"shared_objects": [
"/lib64/libdl.so.2",
"/lib64/librt.so.1",
"/lib64/libstdc++.so.6",
"/lib64/libm.so.6",
"/lib64/libgcc_s.so.1",
"/lib64/libpthread.so.0",
"/lib64/libc.so.6",
"/lib64/ld-linux-x86-64.so.2"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment