Skip to main content
deleted 1 character in body
Source Link
Ashok
  • 1.2k
  • 11
  • 26

In MikTex, the memory size can be increased permanently increased by this way:

1, For Windows, Open a command Window and enter:

initexmf --edit-config-file=latex 

For Ubuntu, try this:

gedit .miktex/texmfs/config/miktex/config/latex.ini 
  1. In the file opened (it may be empty), add:

    main_memory=12000000

  2. Save the file and quitequit. Then in the command window, enter:

    initexmf --dump=latex

Then repeat the above steps for pdflatex (replace latex with pdflatex). If the error persists, try increasing the main-memorymain_memory value. For lualatex, the memory allocation is dynamic, hence the aforementioned steps are unnecessary, but if the compilation fails for lualatex, try for itthat as well.

In MikTex, the memory size can be increased permanently by this way:

1, For Windows, Open a command Window and enter:

initexmf --edit-config-file=latex 

For Ubuntu, try this:

gedit .miktex/texmfs/config/miktex/config/latex.ini 
  1. In the file opened (it may be empty), add:

    main_memory=12000000

  2. Save the file and quite. Then in the command window, enter

    initexmf --dump=latex

Then repeat the above steps for pdflatex (replace latex with pdflatex). If the error persists, try increasing the main-memory value. For lualatex, the memory allocation is dynamic, hence the aforementioned steps are unnecessary, but if the compilation fails for lualatex, try for it as well

In MikTex, the memory size can be permanently increased by this way:

1, For Windows, Open a command Window and enter:

initexmf --edit-config-file=latex 

For Ubuntu, try this:

gedit .miktex/texmfs/config/miktex/config/latex.ini 
  1. In the file opened (it may be empty), add:

    main_memory=12000000

  2. Save the file and quit. Then in the command window, enter:

    initexmf --dump=latex

Then repeat the above steps for pdflatex (replace latex with pdflatex). If the error persists, try increasing the main_memory value. For lualatex, the memory allocation is dynamic, hence the aforementioned steps are unnecessary, but if the compilation fails for lualatex, try for that as well.

added 600 characters in body
Source Link
Ashok
  • 1.2k
  • 11
  • 26

In MikTex, the memory size can be increased permanently by this way:

1, For Windows, Open a command Window and enter:

initexmf --edit-config-file=latex 

For Ubuntu, try this: gedit .miktex/texmfs/config/miktex/config/latex.ini

gedit .miktex/texmfs/config/miktex/config/latex.ini 
  1. In the file opened (it may be empty), add:

    main_memory=12000000

  2. Save the file and quite. Then in the command window, enter

    initexmf --dump=latex

Then repeat the above steps for pdflatex (replace latex with pdflatex). If the error persists, try increasing the main-memory value. For lualatex,the the memory allocation is dynamic, hence the aforementioned steps are unnecessary, but if the compilation fails for lualatex, try for it as well

In MikTex, the memory size can be increased permanently by this way:

1, For Windows, Open a command Window and enter:

initexmf --edit-config-file=latex 

For Ubuntu, try this: gedit .miktex/texmfs/config/miktex/config/latex.ini

  1. In the file opened (it may be empty), add:

    main_memory=12000000

  2. Save the file and quite. Then in the command window, enter

    initexmf --dump=latex

Then repeat the above steps for pdflatex. If the error persists, try increasing the main-memory value. For lualatex,the memory allocation is dynamic, hence the aforementioned steps are unnecessary, but if the compilation fails for lualatex, try for it as well

In MikTex, the memory size can be increased permanently by this way:

1, For Windows, Open a command Window and enter:

initexmf --edit-config-file=latex 

For Ubuntu, try this:

gedit .miktex/texmfs/config/miktex/config/latex.ini 
  1. In the file opened (it may be empty), add:

    main_memory=12000000

  2. Save the file and quite. Then in the command window, enter

    initexmf --dump=latex

Then repeat the above steps for pdflatex (replace latex with pdflatex). If the error persists, try increasing the main-memory value. For lualatex, the memory allocation is dynamic, hence the aforementioned steps are unnecessary, but if the compilation fails for lualatex, try for it as well

added 600 characters in body
Source Link
Ashok
  • 1.2k
  • 11
  • 26

In MikTex (on Windows), the memory size can be increased permanently by this way:

https://florian-rappl.de/Articles/Page/239/latex-memory 1, For Windows, Open a command Window and enter:

initexmf --edit-config-file=latex 

For Ubuntu, try this: gedit .miktex/texmfs/config/miktex/config/latex.ini

  1. In the file opened (it may be empty), add:

    main_memory=12000000

  2. Save the file and quite. Then in the command window, enter

    initexmf --dump=latex

Then repeat the above steps for pdflatex. If the error persists, try increasing the main-memory value. For lualatex,the memory allocation is dynamic, hence the aforementioned steps are unnecessary, but if the compilation fails for lualatex, try for it as well

In MikTex (on Windows), the memory size can be increased permanently by this way:

https://florian-rappl.de/Articles/Page/239/latex-memory

In MikTex, the memory size can be increased permanently by this way:

1, For Windows, Open a command Window and enter:

initexmf --edit-config-file=latex 

For Ubuntu, try this: gedit .miktex/texmfs/config/miktex/config/latex.ini

  1. In the file opened (it may be empty), add:

    main_memory=12000000

  2. Save the file and quite. Then in the command window, enter

    initexmf --dump=latex

Then repeat the above steps for pdflatex. If the error persists, try increasing the main-memory value. For lualatex,the memory allocation is dynamic, hence the aforementioned steps are unnecessary, but if the compilation fails for lualatex, try for it as well

added 13 characters in body
Source Link
Ashok
  • 1.2k
  • 11
  • 26
Loading
Source Link
Ashok
  • 1.2k
  • 11
  • 26
Loading