Advertisement
defango

Untitled

Aug 21st, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. Executor error during find command: OperationFailed: Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit.
  2. #0 /var/www/html/vendor/phalcon/incubator/Library/Phalcon/Db/Adapter/MongoDB/Operation/Find.php(221): MongoDB\Driver\Server->executeQuery('steemdb.account', Object(MongoDB\Driver\Query), Object(MongoDB\Driver\ReadPreference))
  3. #1 /var/www/html/vendor/phalcon/incubator/Library/Phalcon/Db/Adapter/MongoDB/Collection.php(454): Phalcon\Db\Adapter\MongoDB\Operation\Find->execute(Object(MongoDB\Driver\Server))
  4. #2 /var/www/html/vendor/phalcon/incubator/Library/Phalcon/Mvc/MongoCollection.php(300): Phalcon\Db\Adapter\MongoDB\Collection->find(Array, Array)
  5. #3 /var/www/html/app/models/Document.php(11): Phalcon\Mvc\MongoCollection::_getResultset(Array, Object(SteemDB\Models\Account), Object(Phalcon\Db\Adapter\MongoDB\Database), false)
  6. #4 [internal function]: SteemDB\Models\Document::_getResultset(Array, Object(SteemDB\Models\Account), Object(Phalcon\Db\Adapter\MongoDB\Database), false)
  7. #5 /var/www/html/app/controllers/AccountsController.php(71): Phalcon\Mvc\Collection::find(Array)
  8. #6 [internal function]: SteemDB\Controllers\AccountsController->listAction('followers')
  9. #7 [internal function]: Phalcon\Dispatcher->callActionMethod(Object(SteemDB\Controllers\AccountsController), 'listAction', Array)
  10. #8 [internal function]: Phalcon\Dispatcher->_dispatch()
  11. #9 [internal function]: Phalcon\Dispatcher->dispatch()
  12. #10 /var/www/html/public/index.php(42): Phalcon\Mvc\Application->handle()
  13. #11 {main}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement