TeX capacity exceeded, sorry [main memory size=3000000]
Hilfe Masterbeit Abgabe in ein paar Tagen,
das Problem wird nicht gelöst egal was ich versuche. Nichts davon funktioniert auch nicht lualatex
\documentclass[crop,tikz]{standalone}
%I don't know, why I have to include the preview as an optional argument. Without I got an error.
\usepackage{graphicx}
\usepackage{pgfplots}
\pgfplotsset{compat=1.17}
\usepgfplotslibrary{external}
\tikzexternalize
\tikzsetexternalprefix{external_figs/}
%\usepackage{siunitx}
%\usetikzlibrary{external}
%\tikzexternalize
\begin{document}
\begin{figure}[h]
\input{Robotik/Bilder/hallo.tikz}
\end{figure}
%\begin{figure}[h]
% \input{Robotik/Bilder/e6_50_test.tikz}
%\end{figure}
\end{document}