[scilab-Users] StartScilab memory footprint

Sylvestre Ledru sylvestre.ledru at scilab.org
Mon Oct 4 14:52:56 CEST 2010


Le lundi 04 octobre 2010 à 11:28 +0200, Jean-Pierre Teyssier a écrit :
> I'm using the StartScilab function to initialize Scilab engine (5.2.2) 
> in order to be able to do calls from Visual C++2008 code (Windows XP 32 
> bits) with SendScilabJob function. It works well.
> 
> My concern is about all the dll that are loaded in the memory when I 
> call StartScilab: about 100 MegaBytes. I only use a few functionalities.
> Are some of these dll optional or only required for some given 
> functionnalities?
> Is there a way (config file, compiler options?) to choose the dll to 
> load or reduce their number?
You can try to disable the interactive mode (and therefor the JVM) with
the DisableInteractiveMode() function. This will improve loading time
and memory usage.

Sylvestre
PS: Please subscribe to the ML if you reply, I have to accept your email
by hand ;)





More information about the users mailing list