Skip to main content

Questions tagged [memory]

The tag has no usage guidance.

2 votes
2 answers
144 views

Memory usage of new commands requiring several intermediate commands

The following command \newcommand{\PDef}{\mathcal{P}_{\operatorname{Def}}} can be defined, alternatively, by iterating several new commands: \newcommand{\CP}{\mathcal{P}} \newcommand{\PDef}{\CP_{\...
Matemáticos Chibchas's user avatar
1 vote
0 answers
71 views

Out of memory while compiling a simple pgfplots that reads a csv file

I have a csv file that stores pixel values of a 320x160 image. I'm trying to use tikz to create the figure in pdf but compilation fails with an exceed memory error. I don't want to try increase memory ...
aaragon's user avatar
  • 3,051
0 votes
1 answer
93 views

How to render huge tables?

I have the following pipeline to create and render an extremely large truth table: 1) Request logical formula 2) Write LaTeX source 3) Render LaTeX and 4) convert to image. The equation consists of 16 ...
Someone's user avatar
  • 135
2 votes
0 answers
62 views

Help on TeX capacity exceeded, sorry [main memory size=3000000] (using XeLaTeX and LaTeX-dvips-ps2pdf)

In my book project, I have 10 chapter and more than 300 images, and all are color (CMYK) images, if I run each chapter individiually everything working fine, but if I run all chapters through a main ...
GowriSaro's user avatar
  • 572
1 vote
0 answers
50 views

I wonder what's better use of memory for LaTeX including many tikz pictures

I am finishing a book with a bunch of complex TikZ embedded pictures, some with complex path decorations and so. I wonder what is better, to include the whole list of usetikzlibrary{} at the top of ...
juanfal's user avatar
  • 181
2 votes
1 answer
211 views

Lualatex — Memory exhausted (xmalloc)

I am putting together a collection of songs from around the world. I am using fontspec in lualatex with Tex Live on Windows 11 with 16GB of RAM. I am compiling the document variously by using a latex-...
Asdfasdflkjsadkfjka's user avatar
2 votes
0 answers
235 views

Latex debugger? [duplicate]

Are there any debugging capabilities in latex or any gui editors? That is, is there a way I can view the value of variables, commands, memory etc during compiling and at the exact moment compilation ...
ring5259's user avatar
1 vote
0 answers
133 views

Adjust memory size not success for LaTeX by TexLive in Windows 11

I make a LaTeX file with a long table with tabularray.sty and xelatex and Texworks show me that memory size not enough. My computer has 16GB memory and I allocated 50GB virtual memory for my computer. ...
Y. zeng's user avatar
  • 2,105
0 votes
0 answers
33 views

TOC disappears when loading both 'tikz' and certain glossary commands. Memory issue?

I am having an issue with a quite big project. The table of contents is empty and the error messages No room for a new \write. and Bad number (16). are thrown. Note: I have included the code at the ...
MarieK's user avatar
  • 31
0 votes
0 answers
222 views

Avoiding words of node memory still in use

I am using lualatex on a file wasp.ltx and getting 427 words of node memory still in use: 4 hlist, 1 vlist, 1 rule, 4 glue, 3 kern, 1 glyph, 7 attribute, 46 glue_spec , 5 attribute_list, 1 write ...
Veak's user avatar
  • 1
0 votes
0 answers
224 views

xdvipdfmx shows out of memory problem

I am running a file contain 800+ pages nearly 300 Images, when compile the file in TeXlive/xelatex, it shows the error "xdvipdfmx:fatal: Out of memory - asked for 21624001 bytes" same file ...
pdy-ind's user avatar
  • 2,122
1 vote
1 answer
74 views

Automatically register arguments a command is used with

I am wondering whether it is possible to create some sort of set to keep track of elements in latex. One intended usage would be to automatically generate a list of arguments that have been passed to ...
mrclng's user avatar
  • 187
3 votes
3 answers
850 views

Display bytewise memory layout

I want to graphically represent the memory layout of an eeprom. I'd like to have a similar graphic like this one: I especially need to write on top of an underlying table structure with differnt ...
PhilSchmieder's user avatar
2 votes
0 answers
69 views

Why doesn't Kile use my build arguments?

Currently, I am working on a .tex file on Windows using Kile editor. If I use the following command to compile the file via terminal, everything works fine: pdflatex --enable-write18 --extra-mem-bot=...
F_Schmidt's user avatar
  • 121
4 votes
1 answer
304 views

What is a reasonable setting for longtable's LTchunksize in modern LaTeX?

The longtable manual says: By default longtable uses 20 rows per chunk, but this can be set by the user, with e.g., \setcounter{LTchunksize}{10}. These chunks do not affect page breaking, thus if you ...
user570286's user avatar

15 30 50 per page
1
2 3 4 5
10