5.30 FAQ-710 Why is my OPJ file so large and Origin taking up my computer's full CPU?OPJ-so-large-and-take-full-cpu
Last Update: 8/12/2024
If you are experiencing any of these problems:
- When you are working with a specific Origin project file (OPJ), Origin occupies the computer's full CPU.
- The size of an OPJ is unreasonably large.
- When you click the yellow Recalculate toolbar button, recalculation fails and the button turns red.
These problems may be caused by
Pending operations
To solve this problem, perform the steps below to delete the pending operations.
Open the specific OPJ, then open the Script Window (Window:Script Window), type in the following script, and then press ENTER. Origin will list the operations in the Script Window. (Pending operations are operations without input and output)
list op
Then type the following script (and press ENTER) to delete these pending operations
delete -op
Resave the project.
Autofill Ranges
In old versions, when user auto fills some ranges in worksheet with data, the range might be wrongly increased.
To check if this is the case, open the specific OPJ, in Script Window, type in the following script, and then press ENTER.
doc.rangescount(32)=
If it dumps a big number, run the following script to remove all autofill range
del -r 32
Resave the project.
Keywords:large OPJ, full CPU, Recalculate fails, auto fill, range
Minimum Origin Version Required: 8.5.1
|