Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 8d76951e rédigé par Damien VINTACHE's avatar Damien VINTACHE
Parcourir les fichiers

Update Dockerfile - set main_memory to 1100000

parent c0a1045f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #21014 réussi
......@@ -9,9 +9,9 @@ RUN apt-get update && apt-get install -qq -y biber latexmk make texlive-full=201
RUN rm -rf /var/lib/apt/lists/*
# RUN echo "main_memory = 10000000" >> /usr/share/texlive/texmf.cnf
RUN sed -i s/"main_memory = 5000000"/"main_memory = 50000000"/g /usr/share/texlive/texmf-dist/web2c/texmf.cnf
RUN sed -i s/"main_memory = 5000000"/"main_memory = 50000000"/g /usr/share/texmf/web2c/texmf.cnf
RUN sed -i s/"main_memory = 5000000"/"main_memory = 50000000"/g /etc/texmf/web2c/texmf.cnf
RUN sed -i s/"main_memory = 5000000"/"main_memory = 11000000"/g /usr/share/texlive/texmf-dist/web2c/texmf.cnf
RUN sed -i s/"main_memory = 5000000"/"main_memory = 11000000"/g /usr/share/texmf/web2c/texmf.cnf
RUN sed -i s/"main_memory = 5000000"/"main_memory = 11000000"/g /etc/texmf/web2c/texmf.cnf
RUN fmtutil-sys --all
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter