Skip to content

Instantly share code, notes, and snippets.

View nantaphop's full-sized avatar

Nantaphop nantaphop

  • Bangkok, Thailand
View GitHub Profile
@nantaphop
nantaphop / index.js
Created May 26, 2018 05:32
จำลอง Memory Leak เพื่อทำลองทำ Heap Snapshot
const express = require('express')
// require เข้ามาเพื่อให้ Process เรารับ Sig USR2 เพื่อทำ Heap Memory Snapshot
const heamdump = require('heapdump')
const app = express()
const PORT = 3000
// Array ที่จะเก็บ Object เยอะๆ เป็นตัวทำ Memory Leak
let mem = []
@nantaphop
nantaphop / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console