by Frank McPherson Sunday, July 10, 2016

My problems are memory related. I've enabled sysstat and run sar -r shows that nearly 98% or memory is being used when I run storage.js with forever. 

I've restarted the Linux server then did forever storage.js and %memused has crept to 62% 

Something interesting... on the Debian server the forever version is v0.11.1 while on my Ubuntu server hosting Fargo Publisher the forever version is v0.15.1. However the Ubuntu server is running node v0.10.25 while Debian is running v0.10.29.

Hmm... just noticed that the callback script isn't working, writing.frankmcpherson.org is not being updated. I think I know, it's because I started storage.js logged in as root rather than as myself.

Ok, at 5 PM I logged in as myself and started storage.js. sar shows that dropped from 65% used while storage.js was running to 51% after I stopped it. Now to see what happens with the callback script running.

Well, so far I can't get new posts to render. Something is up!  I think I fixed!?