Jump to content

Ookma-Kyi

Members
  • Posts

    139
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Ookma-Kyi

  1. @etiennekretz Are you able to use Passenger to run your Node.js app? This might help with the issue of your app using too much memory.
  2. Log into Plesk and copy the IP4 adress. Update your SPF record like so: v=spf1 ip4:[IP4 Address] ip6:[IP6 Address (Optional)] ~all If you use Cloudflare, log in to the Cloudflare dashboard, select your domain, go to DNS > Records, and update the IP addresses manually.
  3. You can configure the contact form to send the contact details directly to your Gmail account. Auto-sending the email may count towards the 50 email limit since it is essentially forwarding it to your Gmail account. @wolstech could you please clarify if auto-sending/forwarding emails counts towards the limit?
  4. To add to what Wolstech said I asked the exact reason why Node.js uses so much memory: TLDR: The shared servers only have 64 GB of RAM to share between over 10k users. You get an average of 70 MB of RAM per hour to prevent the server from running out of memory. Heliohost can't add more RAM because it's a non-profit that offers free hosting and relies on donations.
  5. Good to know. After changing your email settings to connect to your VPS directly, has your issue been resolved?
  6. Thank you. I am working on getting everything switched back. I am extremely impressed with Heliohost's customer service! 😍
  7. Hi, I am still unable to manage my Laravel application because Softalicious isn’t detecting my existing Laravel installation from Laravel Toolkit as shown on the screenshot in the previous post. @wolstech
  8. Have you or your site sent more than 50 emails in one day? If so it is possible that your email accounts are blocked for security reasons.
  9. The issue is Laravel Tools allowed me to do command line stuff like run composer updates or enable maintenance mode to prevent access to the application by the public causing high load. I tried importing my existing installation and it couldn't find it. Any ideas?
  10. Hi, I read somewhere that you disabled Laravel Toolkit but, can’t find any official news that supports the statement. If it was disabled, then what is the correct way to manage my existing Laravel Toolkit bootstrapped project?
  11. Is there a way to limit the cache size of the WP Rocket plugin? Otherwise over time the cache will grow and you will be back to full disk space.
  12. I understand, but I think the plugins are causing the hard drive to get full of cached data. I know Laravel has the option to cache resources and based on you previous comment ( https://helionet.org/index/topic/61983-krydos-web-access-not-working-vps/?do=findComment&comment=276970 ) that is why I am coming to this conclusion.
  13. The amount of plugins running at the same time could be causing excess stress on your VPS. Could you try backing up your Wordpress installation and disabling the WooCommerce plugins and see if that helps?
  14. How many plugins and which ones are you using?
  15. Tommy was moved to a different IP address due to DDoS attacks so we aren't posting the new IP address publicly. You can find it by logging into Plesk, choosing your domain, and scrolling to the bottom of the page. You should see small text starting with "Website at [your home folder" and then the IP address. Another place to find the IP is inside Plesk on the Hosting & DNS tab > Hosting > scroll to the bottom of the popup window and the IPv4 and IPv6 addresses are shown there too.
  16. Seems to work fine on mobile for me too. Also try flushing your DNS cache to make sure your device is trying to contact the correct IP address associated with the site once it has been updated with the domain registar.
  17. Sorry about that, I am going to page our admins ( @Krydos & @wolstech ) to let them know to look into this. Please give them some time as everyone her including the admins are all volunteers.
  18. Do you plan on actually taking orders or do you just want to show what you’re selling? If it’s the later it could easily be done using with HTML5.
  19. No worries, was simply asking because a lot of the suspensions were due to this. I wanted to know the exact reason why it was happening instead of giving a generic “it sucks and if you use it you’re most likely going to get suspended” answer. EDIT: Also my project is open source and therefore it is not making any money that I reinvest into infrastructure (VPS ). Additionally I am unable to afford to pay for my project's need resources ( IDE, Hosting, Accessibility etc. ) myself out of pocket for personal reasons.
  20. Is there any reason you are using Wordpress and Woocommerce? I might be able to suggest an alternative if you are willing to switch.
  21. What do you mean by “their margins are so large that they can eat up the costs”? They only require your email address to register.
  22. Uh, Wordpress is notorious for getting users suspended on a fresh install with no requests due to how heavy it is in resources. The Woocommerce plug-in also is known to be a bit resource intensive and also gotten users suspended. In your case you are using both which is probably why you got suspended. @Krydos or @wolstech can tell you the exact reason. My advice is to not use Wordpress or Woocommerce at all here unless you want to risk being suspended over and over again.
  23. Ok, so now I understand the issue. The issue isn't really Node.js, it's that there isn't enough RAM in the server itself to provide everyone 512MB. That is 10K+ users 512MB of RAM or 5.12 TB of RAM. One thing I do know is instead of using physical servers they use AWS containers. The only thing I can't figure out is how are they able to afford it if 512MB per user project is the free plan? The paid "pro" plan is 2GB of RAM on up to 5 projects for $98 a year. Additionally the free plan has no ads.🧐
  24. It is possible that your mail service has been suspended for sending more than 50 emails in a single day. That or it is possible that you have been reported for sending spam. This is a precaution to prevent the server from being blacklisted. If you need more than that you need to follow a specific protocol to get it increased. However as I am not admin I cannot confirm this so I am going to page and admin ( @Krydos @wolstech ) and see what they say
  25. Can an admin run the hello world express sample code and let me know how much cpu & memory usage it consumes? I find it strange that such a small simple application can use 100GB of memory and 100% cpu usage causing those who choose to use Node.js for their site to get suspended almost immediately. I think there is more to this than “Run Node.js Get Suspended!”. I know of another hosting provider that is mainly Node.js and they provide 512MB of RAM on shared servers with no issues.
×
×
  • Create New...