I'm using a lot of packages right now:
\usepackage{mathtools}
\usepackage{amssymb}
\usepackage{array}
\usepackage{float}
\usepackage[colorlinks=true]{hyperref}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{chngcntr}
\usepackage{enumitem}
\usepackage{ctable}
%\usepackage{showframe}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows}
%subfigures
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
%inline lists
\usepackage{paralist}
So, this error started to appear when I started to \usepackage{pgfplots}. Changing the order changes the details of the error message (it chokes on loading a different library), Without removing any of the packages, how can I get this to work?
If you really absolutely need more capacity, you can ask a wizard to enlarge me.
Where can I find a wizard?

lualatexinstead ofpdflatexshould help. – Caramdir Jul 14 '12 at 15:55