A lot of lines are not loaded – there is not enough memory

A lot of lines are not loaded – there is not enough memory

ostmalostmal Posts: 102Questions: 33Answers: 0

I ran into a problem when loading: "DataTables warning: table id=dom_dom-Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1»
In the debugging window, "Network" writes: "Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in <b>/home/a0250268/domains .....
." Is this a hosting restriction? Or a DataTable?
I put a restriction on the output of strings in the server script:

->where( 'id', 700, '<')

It worked.
Please tell me what to do?

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    That's a hosting restriction. This thread should help, it's asking the same thing.

    Colin

  • ostmalostmal Posts: 102Questions: 33Answers: 0

    Thanks!

Sign In or Register to comment.