You might have too many variables and computing the KDEs for all of them takes a prohibitive amount of time. Try using compact=False so that each variable has its own row, ArviZ has a feature to limit the amount of axes to plot at once to prevent such issues which I belive will be triggered then (but it is only axes related, not related to too many lines inside an axes).