#;3> (process-execute "echo" (map ->string (iota 10000000))) Error: out of range 40000008 16777215 Call history: (process-execute "echo" (map ->string (iota 10000000))) (map ->string (iota 10000000)) (iota 10000000) (process-execute "echo" (map ->string (iota 10000000))) (map ->string (iota 10000000)) (iota 10000000) <-- #;3> (process-spawn spawn/overlay "echo" (map ->string (iota 10000000))) Error: out of range 40000008 16777215 Call history: (process-spawn spawn/overlay "echo" (map ->string (iota 10000000))) (map ->string (iota 10000000)) (iota 10000000) (process-spawn spawn/overlay "echo" (map ->string (iota 10000000))) (map ->string (iota 10000000)) (iota 10000000) <--