TeX capacity exceeded: How to increase main memory size of TeX Live on a Debian machine? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Do we need more moderators?! TeX capacity exceeded, sorry [main memory size=3000000]LaTeX capacity exceededTex capacity exceeded (string characters) (well it's about to be exceeded)! TeX capacity exceeded, sorry [main memory size=5000000]Doxygen/LaTeX: What is TeX capacity, and how do I edit texmf.cfg to bypass “TeX capacity exceeded” errors? How is texmf.cnf relevant?TeX capacity exceeded despite system call LuaLaTeXexceeding memory with tikz (even after externalise)How can I avoid running out of memory when creating long, multipage tcolorbox's?Error Compilation TeX capacity exceeded, sorry [main memory size=3000000]. *A:TeX capacity exceeded, sorry [main memory size=3000000]
Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Is every episode of "Where are my Pants?" identical?
TDS update packages don't remove unneeded items
What force causes entropy to increase?
Is this wall load bearing? Blueprints and photos attached
60's-70's movie: home appliances revolting against the owners
Variable with quotation marks "$()"
Circular reasoning in L'Hopital's rule
What other Star Trek series did the main TNG cast show up in?
Am I ethically obligated to go into work on an off day if the reason is sudden?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
Does Parliament hold absolute power in the UK?
One-dimensional Japanese puzzle
Why did Peik Lin say, "I'm not an animal"?
Is 'stolen' appropriate word?
Categorical vs continuous feature selection/engineering
Was credit for the black hole image misappropriated?
How to make Illustrator type tool selection automatically adapt with text length
Could an empire control the whole planet with today's comunication methods?
Hello, Goodbye, Adios, Aloha
How to create a folder symlink that has a different name?
What was the last x86 CPU that did not have the x87 floating-point unit built in?
What do I do when my TA workload is more than expected?
TeX capacity exceeded: How to increase main memory size of TeX Live on a Debian machine?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Do we need more moderators?! TeX capacity exceeded, sorry [main memory size=3000000]LaTeX capacity exceededTex capacity exceeded (string characters) (well it's about to be exceeded)! TeX capacity exceeded, sorry [main memory size=5000000]Doxygen/LaTeX: What is TeX capacity, and how do I edit texmf.cfg to bypass “TeX capacity exceeded” errors? How is texmf.cnf relevant?TeX capacity exceeded despite system call LuaLaTeXexceeding memory with tikz (even after externalise)How can I avoid running out of memory when creating long, multipage tcolorbox's?Error Compilation TeX capacity exceeded, sorry [main memory size=3000000]. *A:TeX capacity exceeded, sorry [main memory size=3000000]
When trying to compile a huge pgfplot with several plots I receive the following error:
TeX capacity exceeded, sorry [main memory size=5000000]. enddocument
There is no error in code as compiling goes completely fine when not compiling all plots in once.
To increase the mentioned main memory size on a Debian machine I found this solution:
Edit
/etc/texmf/texmf.d/00debian.cnfand add these values:main_memory = 12000000
extra_mem_bot = 12000000
font_mem_size = 12000000
pool_size = 12000000
buf_size = 12000000Run
update-texmfRun
texhash
Unfortunately, executing update-texmf delivers a command not found. Is there some other solution available to update/increase the main memory? However, the second command texhash went fine (but is useless without succeeding the first one I guess?).
texlive size memory debian maintenance
add a comment |
When trying to compile a huge pgfplot with several plots I receive the following error:
TeX capacity exceeded, sorry [main memory size=5000000]. enddocument
There is no error in code as compiling goes completely fine when not compiling all plots in once.
To increase the mentioned main memory size on a Debian machine I found this solution:
Edit
/etc/texmf/texmf.d/00debian.cnfand add these values:main_memory = 12000000
extra_mem_bot = 12000000
font_mem_size = 12000000
pool_size = 12000000
buf_size = 12000000Run
update-texmfRun
texhash
Unfortunately, executing update-texmf delivers a command not found. Is there some other solution available to update/increase the main memory? However, the second command texhash went fine (but is useless without succeeding the first one I guess?).
texlive size memory debian maintenance
1
What is reported by 1)ls -l /usr/sbin/update-texmf[Is the file really missing?] 2)dpkg -l tex-common[Have you installed package providing the file?]
– AnFi
3 mins ago
add a comment |
When trying to compile a huge pgfplot with several plots I receive the following error:
TeX capacity exceeded, sorry [main memory size=5000000]. enddocument
There is no error in code as compiling goes completely fine when not compiling all plots in once.
To increase the mentioned main memory size on a Debian machine I found this solution:
Edit
/etc/texmf/texmf.d/00debian.cnfand add these values:main_memory = 12000000
extra_mem_bot = 12000000
font_mem_size = 12000000
pool_size = 12000000
buf_size = 12000000Run
update-texmfRun
texhash
Unfortunately, executing update-texmf delivers a command not found. Is there some other solution available to update/increase the main memory? However, the second command texhash went fine (but is useless without succeeding the first one I guess?).
texlive size memory debian maintenance
When trying to compile a huge pgfplot with several plots I receive the following error:
TeX capacity exceeded, sorry [main memory size=5000000]. enddocument
There is no error in code as compiling goes completely fine when not compiling all plots in once.
To increase the mentioned main memory size on a Debian machine I found this solution:
Edit
/etc/texmf/texmf.d/00debian.cnfand add these values:main_memory = 12000000
extra_mem_bot = 12000000
font_mem_size = 12000000
pool_size = 12000000
buf_size = 12000000Run
update-texmfRun
texhash
Unfortunately, executing update-texmf delivers a command not found. Is there some other solution available to update/increase the main memory? However, the second command texhash went fine (but is useless without succeeding the first one I guess?).
texlive size memory debian maintenance
texlive size memory debian maintenance
edited 7 mins ago
Dave
asked 16 mins ago
DaveDave
1,236619
1,236619
1
What is reported by 1)ls -l /usr/sbin/update-texmf[Is the file really missing?] 2)dpkg -l tex-common[Have you installed package providing the file?]
– AnFi
3 mins ago
add a comment |
1
What is reported by 1)ls -l /usr/sbin/update-texmf[Is the file really missing?] 2)dpkg -l tex-common[Have you installed package providing the file?]
– AnFi
3 mins ago
1
1
What is reported by 1)
ls -l /usr/sbin/update-texmf [Is the file really missing?] 2) dpkg -l tex-common [Have you installed package providing the file?]– AnFi
3 mins ago
What is reported by 1)
ls -l /usr/sbin/update-texmf [Is the file really missing?] 2) dpkg -l tex-common [Have you installed package providing the file?]– AnFi
3 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f484576%2ftex-capacity-exceeded-how-to-increase-main-memory-size-of-tex-live-on-a-debian%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f484576%2ftex-capacity-exceeded-how-to-increase-main-memory-size-of-tex-live-on-a-debian%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
What is reported by 1)
ls -l /usr/sbin/update-texmf[Is the file really missing?] 2)dpkg -l tex-common[Have you installed package providing the file?]– AnFi
3 mins ago