#!/usr/bin/env ruby str = 'a' * (64 * 1024) STDERR.puts str STDOUT.puts str