Hacker News new | ask | show | jobs
by rootlocus 4047 days ago
Taken from the github repository:

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