MiKTeX and proTeXt ⇒ mgs.exe - high CPU with YAP
mgs.exe - high CPU with YAP
I'm working with a pretty large document with plenty of figures which are either svgs or grey scale tiffs that have been converted to eps before compilation. When I output to postscript I get a 54 Mb file so it's up there.
Generally though I'm outputting to DVI and viewing with YAP. I find that while it compiles within a coupled of seconds, I get a period between 5-10s where mgs.exe uses about 100% CPU and YAP seems to lock up momentarily.
Would you say that this is just a result of the large postscript images that I'm dealing with or does it suggest a deeper problem?
I'm running MikTex 2.7 on WinXP (SP3) and have the Sep 2007 version of mgs.exe
Thanks, Pete.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
mgs.exe - high CPU with YAP
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: mgs.exe - high CPU with YAP
since all my files were already in eps format i ended up using the epstopdf package together with pdflatex and its worked a charm. i'll keep the png/pdf suggestion in mind for future work.
thanks again, pete