Skip to content

Instantly share code, notes, and snippets.

@AlexEzzeddine
Created October 10, 2019 21:52
Show Gist options
  • Save AlexEzzeddine/5b493cca46afb95660e18b77c583af31 to your computer and use it in GitHub Desktop.
Save AlexEzzeddine/5b493cca46afb95660e18b77c583af31 to your computer and use it in GitHub Desktop.
require 'open3'
a = (1..40000000).to_a
Open3.popen3('sleep 1')
# `sleep 1` same error happens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment