Jump to content

Recommended Posts

Posted (edited)

 

username: mddsaadmin

server: johnny

main domain:mddsadmin.helioho.st

I was trying to get a nodejs project working. Had issues with it saying every port was already used. Try a bunch of different things. The documentation said it could take up to two hours for it to be ready so after trying a bunch of things I left it to hope it would be resolved. I tried to checking my memory usage and traffic load but never saw anything that reached above the limits. I would be surprised if I went over the limits since the program wasn't working. Can someone provide feedback of what caused my account to be suspended and potentially unsuspend it? I thought I was taking all the precautions to not over do the stated usage limits. Thanks

 

Edited by mddsadmin
  • mddsadmin changed the title to Suspended: mddsadmin Suspended. Not sure why.
Posted

Node is infamous for high load (the cliff is where you got suspended), specifically memory. Node can chew up memory sitting there doing nothing, which it looks like your app did. 

I would suggest setting up the demo app and getting that to work before doing anything: https://wiki.helionet.org/tutorials/node.js Passenger will conserve the memory by stopping the node app when there's no traffic to it.

Unsuspended.

 

image.png.b69f68f6831b81b82c10b631f2e119a3.png

Posted

Yeah when it didn't work that was my next step I tried taking the server aspects of the project to try and add that but that was my next step. Thanks I will start with the complete edition of the tutorial node project

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...