On 2013-10-13 13:51, Manuel Reimer wrote:

I would like to use Perl on an embedded device, which only has 64MB of RAM.
Are there any tricks to reduce the memory usage of the perl interpreter?

That 64 MB looks like room enough. Compile a perl without threads, debug.

There is also a miniperl, that is used by the installer.
But that is rather limited in options than in size.
Can still be interesting:
http://www.perlmonks.org/bare/?node_id=377735

Also check the malloc options.

--
Ruud


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to