Releases: Blagodarenko/plot_optimizer_1.6-j6jq
Releases · Blagodarenko/plot_optimizer_1.6-j6jq
plot_optimizer_1.6-j6jq
Usage: Optimizer seconds Output [-del 0] [-m MEMORY] Plot_file
'seconds' - Replace with number of seconds to pause until enough free RAM is available
'Output' - Directory path where optimized plot file is saved and can be on a different drive
- '-f' if you want to use the same directory as the original plot file
'-del 0' - (optional) specifies if the original plot file should be deleted or not (No in this example)
'-m 1G' - (optional) specifies the maximum amount of memory that the optimizer can use (???M for MB)
'Plot_file' - File path of plot file to optimize
Windows Example 1: Optimizer 0 C:\plots\optimized -m 1G E:\plots
- This will run with a maximum of 1 GB of RAM and the plot file will be saved to "C:\plots\optimized". It will continue to run even if there is not enough memory available.
Windows Example 2: Optimizer 30 -f -m 1000m E:\plots
- This will run with a maximum of 1 GB of RAM and the plot file will be saved to "E:\plots". It will wait up to 30 seconds or until there is enough free RAM available (whichever comes first).
Windows - Right click on the included bat file and select Edit. Change parameters to match your computer and plot files.