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]










0















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:




  1. Edit /etc/texmf/texmf.d/00debian.cnf and add these values:



    main_memory = 12000000
    extra_mem_bot = 12000000
    font_mem_size = 12000000
    pool_size = 12000000
    buf_size = 12000000


  2. Run update-texmf


  3. Run 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?).










share|improve this question



















  • 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















0















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:




  1. Edit /etc/texmf/texmf.d/00debian.cnf and add these values:



    main_memory = 12000000
    extra_mem_bot = 12000000
    font_mem_size = 12000000
    pool_size = 12000000
    buf_size = 12000000


  2. Run update-texmf


  3. Run 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?).










share|improve this question



















  • 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













0












0








0








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:




  1. Edit /etc/texmf/texmf.d/00debian.cnf and add these values:



    main_memory = 12000000
    extra_mem_bot = 12000000
    font_mem_size = 12000000
    pool_size = 12000000
    buf_size = 12000000


  2. Run update-texmf


  3. Run 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?).










share|improve this question
















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:




  1. Edit /etc/texmf/texmf.d/00debian.cnf and add these values:



    main_memory = 12000000
    extra_mem_bot = 12000000
    font_mem_size = 12000000
    pool_size = 12000000
    buf_size = 12000000


  2. Run update-texmf


  3. Run 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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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












  • 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










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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

Should we avoid writing fiction about historical events without extensive research?How do we write a story about genocide committed by a fascist government without falling into the “Nazi Germany” cliché?Researching sensitive subjectsShould I avoid “lecturing” my readers?Archetypical/popular historical fictionHow to write a “strong” passage?Will what worked 'back then' work today? (Novels)Historical Fiction: using you and thouHow do you make characters relatable if they exist in a completely different moral context?How do I write a MODERN combat/violence scene without being dry?Fictionizing firsthand accounts from history?Is it possible to narrate a novel in a faux-historical style without alienating the reader?