#!/usr/bin/env bx use b Main() char *c = Malloc(1024*1024*1024); while(1) { bzero(c, 1024*1024*1024); }