Advertisement
christroutner

KeystoneJS 10/15/16 Out of Memory error

Oct 15th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. trout@RPiOVN-Rebuild:~/myCMS$ node keystone.js &
  2. [1] 2545
  3. trout@RPiOVN-Rebuild:~/myCMS$
  4. ------------------------------------------------
  5. KeystoneJS Started:
  6. rpiovn is ready on port 80
  7. ------------------------------------------------
  8.  
  9.  
  10. trout@RPiOVN-Rebuild:~/myCMS$ GET /keystone/ 200 45.521 ms
  11.  
  12. trout@RPiOVN-Rebuild:~/myCMS$
  13. trout@RPiOVN-Rebuild:~/myCMS$
  14. [1]+ Killed node keystone.js
  15. trout@RPiOVN-Rebuild:~/myCMS$
  16. trout@RPiOVN-Rebuild:~/myCMS$ tail dmesg
  17. tail: cannot open 'dmesg' for reading: No such file or directory
  18. trout@RPiOVN-Rebuild:~/myCMS$ dmesg | tail
  19. [ 98.847795] [ 2374] 0 2374 1431 881 8 3 0 -17 iscsid
  20. [ 98.847799] [ 2432] 0 2432 4057 385 13 3 0 0 agetty
  21. [ 98.847803] [ 2465] 0 2465 23874 670 49 3 0 0 sshd
  22. [ 98.847806] [ 2467] 1000 2467 11312 475 26 3 0 0 systemd
  23. [ 98.847810] [ 2469] 1000 2469 15341 522 32 4 0 0 (sd-pam)
  24. [ 98.847813] [ 2524] 1000 2524 23874 552 47 3 0 0 sshd
  25. [ 98.847817] [ 2525] 1000 2525 5727 747 16 3 0 0 bash
  26. [ 98.847825] [ 2545] 1000 2545 378073 100040 401 292 0 0 node
  27. [ 98.847829] Out of memory: Kill process 2545 (node) score 805 or sacrifice child
  28. [ 98.848396] Killed process 2545 (node) total-vm:1512292kB, anon-rss:400160kB, file-rss:0kB
  29. trout@RPiOVN-Rebuild:~/myCMS$ free -m
  30. total used free shared buff/cache available
  31. Mem: 488 62 369 0 56 398
  32. Swap: 0 0 0
  33. trout@RPiOVN-Rebuild:~/myCMS$ cd node_modules/keystone
  34. trout@RPiOVN-Rebuild:~/myCMS/node_modules/keystone$ git log
  35. commit 17e359b434bd155fc0b6bc227cf65f9040d0a42b
  36. Merge: 538f9dc 442cdeb
  37. Author: Jed Watson <jed.watson@me.com>
  38. Date: Thu Oct 13 23:35:15 2016 +1100
  39.  
  40. Merge pull request #3596 from keystonejs/greenkeeper-async-2.1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement