Allowed memory size of 134217728 bytes exhausted and don´t show data
Allowed memory size of 134217728 bytes exhausted and don´t show data
Im actually try to show 300,000 records of one table (all records of that table)but when i use ssp class i got two errors:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in D:\xamppNEW\htdocs\bpej\pages\ssp.class.php on line 372
When i try with another table the pages dont show any data .Don´t show any error but seems like
echo json_encode(
SSP::simple( $_GET, $sql_details, $table, $primaryKey, $columns )
);
is dont showing some data.
Please i will thanks your help
Answers
Are you asking about PHP error ? this is pure client DataTables..
That's a lot of memory to be using for a server-side processing request! Are you sure you are making the server-side processing request and that the SQL LIMIT is being executed?