Allowed memory size of 134217728 bytes exhausted and don´t show data

Allowed memory size of 134217728 bytes exhausted and don´t show data

zirius666zirius666 Posts: 6Questions: 3Answers: 0

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:

  1. Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in D:\xamppNEW\htdocs\bpej\pages\ssp.class.php on line 372

  2. 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

  • fkmbkkfkmbkk Posts: 31Questions: 5Answers: 0

    Are you asking about PHP error ? this is pure client DataTables..

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    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?

This discussion has been closed.