I can't solve the TeX capacity exceeded fault, sorry [main memory size=3000000], after the last update. #1029
Unanswered
JetherReis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the last MikTex update I made, the TeXnicCenter program that I use together with MikTex stopped working, and after several attempts, including deletion and reinstallation of both programs, the program started working again, however many of my files have many figures generated by packages based on Tikz, the error "TeX capacity exceeded, sorry [main memory size=3000000]" appeared again.
In previous times, whenever this error occurred I used the following procedure from the DOS command console:
initexmf --edit-config-file=latex
Including the following lines in the file:
main_memory=50000000
hash_extra=2150000
pool_size=4250000
After saving the file, use the command:
initexmf --dump=latex
Repeating these commands for --edit-config-file=pdflatex and --edit-config-file=xelatex.
But this time, I got the following result:
"Microsoft Windows [version 10.0.19042.1415]
(c) Microsoft Corporation. All rights reserved.
C:\Users\Jether>initexmf --edit-config-file=latex
C:\Users\Jether>initexmf --edit-config-file=pdflatex
C:\Users\Jether>initexmf --edit-config-file=xelatex
C:\Users\Jether>initexmf --dump=latex
Sorry, but "MiKTeX Configuration Utility" did not succeed.
The log file hopefully contains the information to get MiKTeX going again:"
As I have exhausted my resources, I would like to know if someone can help me solve this problem.
Beta Was this translation helpful? Give feedback.
All reactions