Hacker News new | past | comments | ask | show | jobs | submit login

Taken from the github repository:

var MAX_SENSIBLE = 6 * TB; function doesMyDataFitInRam(dataSize) { return dataSize <= MAX_SENSIBLE; }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: