[erlang-questions] Processes memory
James Hague
james.hague@REDACTED
Fri May 7 15:29:10 CEST 2010
> The "processes*" have increased significantly.
> I did not bind the result of that computation, so why is it still consuming
> resources?
The results of previous expressions are saved in the shell, so you can
refer to them with the v(N) command, where N is the entry in the
history list. You can change how many results are saved with
resullts(N). Both of these commands are in the shell help: help().
More information about the erlang-questions
mailing list