I'd like to enlarge the memory size used by xelatex. In the MikTeX documentation it says:
The name of the configuration file is that of the engine (e.g., miktex-pdftex) or format (e.g, miktex-pdflatex). You use the --edit-config-file option of initexmf to edit the configuration file, e.g.:
initexmf --edit-config-file=pdflatex
What shall I do in order to increase memory size used by xelatex?
initexmf --edit-config-file=xelatex
initexmf --edit-config-file=xetex
initexmf --edit-config-file=miktex-xetex
And which command do I have to run afterwards to apply the changes?
May I put the --admin option if I want to apply the changes to all system users?