Not sure how many here are Vultr High Frequency Server fanboys and girls (I am not).
Fo rsake of comparison, here are the charts to compare against your Nexusbytes Server. Not sure which Benchmark script they use.
Not sure how many here are Vultr High Frequency Server fanboys and girls (I am not).
Fo rsake of comparison, here are the charts to compare against your Nexusbytes Server. Not sure which Benchmark script they use.
Due to nature of storage VPS, usage of Next Cloud or similar cloud syncing software is not recomended. You will notice degraded performance.
Boss, what’s the backstory here? I see the STORAGE-3T with 3GB Ram and 4vCores at 3.5ghz. This is way above what Nextcloud recommends.
What NextCloud recommends are the bare minimum, equivalent to running on a Raspberry Pi. NC requires Redis and beefy PHP settings, which means a healthy amount of RAM. It also benefits greatly from having the DB on an SSD. There are multiple scripts out there solely for installing a tuned up NextCloud.
Due to nature of storage VPS, usage of Next Cloud or similar cloud syncing software is not recomended. You will notice degraded performance.
Boss, what’s the backstory here? I see the STORAGE-3T with 3GB Ram and 4vCores at 3.5ghz. This is way above what Nextcloud recommends.
What NextCloud recommends are the bare minimum, equivalent to running on a Raspberry Pi. NC requires Redis and beefy PHP settings, which means a healthy amount of RAM. It also benefits greatly from having the DB on an SSD. There are multiple scripts out there solely for installing a tuned up NextCloud.
Agreed, but I have used Redis and whatnot on 2-3GB ram VPS. I guess that this depends on how many (concurrent) users the NextCloud instance would have? Kudos to @seriesn to give the warning, by all means.
@AC_Fan said:
There are multiple scripts out there solely for installing a tuned up NextCloud.
For example?
ReinerNippes has an Ansible script, NextCloudPi was also made to make it run better (it's not solely for the Pi), there's some guy who runs a website almost entirely for tips (can't remember the name, sorry).
Due to nature of storage VPS, usage of Next Cloud or similar cloud syncing software is not recomended. You will notice degraded performance.
Boss, what’s the backstory here? I see the STORAGE-3T with 3GB Ram and 4vCores at 3.5ghz. This is way above what Nextcloud recommends.
What NextCloud recommends are the bare minimum, equivalent to running on a Raspberry Pi. NC requires Redis and beefy PHP settings, which means a healthy amount of RAM. It also benefits greatly from having the DB on an SSD. There are multiple scripts out there solely for installing a tuned up NextCloud.
Agreed, but I have used Redis and whatnot on 2-3GB ram VPS. I guess that this depends on how many (concurrent) users the NextCloud instance would have? Kudos to @seriesn to give the warning, by all means.
Yeah I suppose so, at 3GB RAM, it should work fine for a few users, the bottleneck will become the DB probably. NextCloud is heavy, like pretty heavy. Only those spirits damned Atlassian products are worse than it in terms of bloat.
@AC_Fan said: Yeah I suppose so, at 3GB RAM, it should work fine for a few users, the bottleneck will become the DB probably. NextCloud is heavy, like pretty heavy. Only those spirits damned Atlassian products are worse than it in terms of bloat.
>
Jeez, I have just installed it on my Synology. It's actually heavier than Confluence. It somehow uses less resources, but it's way slower. Now I understand.
@AC_Fan said: Yeah I suppose so, at 3GB RAM, it should work fine for a few users, the bottleneck will become the DB probably. NextCloud is heavy, like pretty heavy. Only those spirits damned Atlassian products are worse than it in terms of bloat.
>
Jeez, I have just installed it on my Synology. It's actually heavier than Confluence. It somehow uses less resources, but it's way slower. Now I understand.
The amount of stuff you have to keep track of is pretty disturbing, really.
Don't use External Storages too much, because a local cache isn't kept, so it's ridiculously slow.
Don't depend on the JIT Preview Generator, because it is ridiculously slow.
Don't add too many plugins, because they aren't well maintained and are therefore, you guessed it, slow.
And yet, it's still the best option for a self hosted cloud storage. Sad life. It's mostly held back by the architecture they used in the beginning, and rather than fixing it, they choose to just add half-assed features. The improvements in PHP 7 and 7.3 have helped a fair bit, but at the end of the day, how many ways can you polish up a turd?
Systems tend to be well balanced, so TBs of storage comes with plenty of RAM and CPU. That's the only reason it's so widely used, because mostly it doesn't matter how bloated it is, when the resources aren't going to be used otherwise. Plenty of similar systems manage to run in 25% or less resources.
Rereading my comment, I feel like I might have come across a bit too critical of NC. I'm more used to stuff like RClone, Redis, Nginx etc. which were built with performance, reliability and ease-of-use as the foremost concerns. After that, any project that comes from an enterprise point of view tend to annoy me a bit more than they should.
When setup properly, NC is mostly fine. It's just that it takes a bit too much effort to set it up that annoys me.
@AC_Fan said:
Rereading my comment, I feel like I might have come across a bit too critical of NC. I'm more used to stuff like RClone, Redis, Nginx etc. which were built with performance, reliability and ease-of-use as the foremost concerns. After that, any project that comes from an enterprise point of view tend to annoy me a bit more than they should.
When setup properly, NC is mostly fine. It's just that it takes a bit too much effort to set it up that annoys me.
Makes 2 of us. I find the UI kind of annoying. Or I am simply getting old. Or both.
For my personal usage, been using owncloud for almost 6 years without any issue.
@AC_Fan said:
Rereading my comment, I feel like I might have come across a bit too critical of NC. I'm more used to stuff like RClone, Redis, Nginx etc. which were built with performance, reliability and ease-of-use as the foremost concerns. After that, any project that comes from an enterprise point of view tend to annoy me a bit more than they should.
When setup properly, NC is mostly fine. It's just that it takes a bit too much effort to set it up that annoys me.
Makes 2 of us. I find the UI kind of annoying. Or I am simply getting old. Or both.
For my personal usage, been using owncloud for almost 6 years without any issue.
It's probably both.
OwnCloud is stable, but old. They didn't develop much for years I think, so NC might (might) be faster than them. I wish somebody would just make a open source clone of FileRun, that software seems decently made, all things considered.
I get the nextcloud thing.. to a new user, you end up with a nosql database (disk io heavy) and a default set of plugins/apps that also thrash disk (activity, photos, versions, etc) and the whole shebang starts bringing a spinning disk to it's knees. The bigger the store of files the bigger the problem gets.
My $0.02
Get the best deal on your next VPS or Shared/Reseller hosting from RacknerdTracker.com - The original aff garden.
@dahartigan said:
I get the nextcloud thing.. to a new user, you end up with a nosql database (disk io heavy) and a default set of plugins/apps that also thrash disk (activity, photos, versions, etc) and the whole shebang starts bringing a spinning disk to it's knees. The bigger the store of files the bigger the problem gets.
My $0.02
It is like the whole plugin thingy with wordpress. You get carried away and then next thing you know, everything is slow.
Comments
VPS reviews and benchmarks |
Lmao this one is hilarious.
.
Nexus Bytes Ryzen Powered NVMe VPS | NYC|Miami|LA|London|Netherlands| Singapore|Tokyo
Storage VPS | LiteSpeed Powered Web Hosting + SSH access | Switcher Special |
Get the best deal on your next VPS or Shared/Reseller hosting from RacknerdTracker.com - The original aff garden.
I swear that’s my wife right there ?
Nexus Bytes Ryzen Powered NVMe VPS | NYC|Miami|LA|London|Netherlands| Singapore|Tokyo
Storage VPS | LiteSpeed Powered Web Hosting + SSH access | Switcher Special |
I love seeing the classic memes reinvented for nerds
https://inceptionhosting.com
Please do not use the PM system here for Inception Hosting support issues.
The first VPS I got from Nexusbytes, last year.
Ran a BM again before I thought I would cancel. You know how the story might end.
Updated:
Not sure how many here are Vultr High Frequency Server fanboys and girls (I am not).
Fo rsake of comparison, here are the charts to compare against your Nexusbytes Server. Not sure which Benchmark script they use.
https://www.vultr.com/products/high-frequency-compute/
on that note...
VPS reviews and benchmarks |
Yeah, that's not the sort of deal you just cancel willy-nilly lol
Me too, especially this one, it's something I'm sure we can all relate to (unless it's just quirky me)
Get the best deal on your next VPS or Shared/Reseller hosting from RacknerdTracker.com - The original aff garden.
Good sir,
I applaud your creativity.
Nexus Bytes Ryzen Powered NVMe VPS | NYC|Miami|LA|London|Netherlands| Singapore|Tokyo
Storage VPS | LiteSpeed Powered Web Hosting + SSH access | Switcher Special |
Non - Ryzen VS Ryzen
Boss, what’s the backstory here? I see the STORAGE-3T with 3GB Ram and 4vCores at 3.5ghz. This is way above what Nextcloud recommends.
What NextCloud recommends are the bare minimum, equivalent to running on a Raspberry Pi. NC requires Redis and beefy PHP settings, which means a healthy amount of RAM. It also benefits greatly from having the DB on an SSD. There are multiple scripts out there solely for installing a tuned up NextCloud.
For example?
Agreed, but I have used Redis and whatnot on 2-3GB ram VPS. I guess that this depends on how many (concurrent) users the NextCloud instance would have? Kudos to @seriesn to give the warning, by all means.
ReinerNippes has an Ansible script, NextCloudPi was also made to make it run better (it's not solely for the Pi), there's some guy who runs a website almost entirely for tips (can't remember the name, sorry).
Yeah I suppose so, at 3GB RAM, it should work fine for a few users, the bottleneck will become the DB probably. NextCloud is heavy, like pretty heavy. Only those spirits damned Atlassian products are worse than it in terms of bloat.
>
Jeez, I have just installed it on my Synology. It's actually heavier than Confluence. It somehow uses less resources, but it's way slower. Now I understand.
The amount of stuff you have to keep track of is pretty disturbing, really.
Don't use External Storages too much, because a local cache isn't kept, so it's ridiculously slow.
Don't depend on the JIT Preview Generator, because it is ridiculously slow.
Don't add too many plugins, because they aren't well maintained and are therefore, you guessed it, slow.
And yet, it's still the best option for a self hosted cloud storage. Sad life. It's mostly held back by the architecture they used in the beginning, and rather than fixing it, they choose to just add half-assed features. The improvements in PHP 7 and 7.3 have helped a fair bit, but at the end of the day, how many ways can you polish up a turd?
Systems tend to be well balanced, so TBs of storage comes with plenty of RAM and CPU. That's the only reason it's so widely used, because mostly it doesn't matter how bloated it is, when the resources aren't going to be used otherwise. Plenty of similar systems manage to run in 25% or less resources.
What’s up boss,
Next cloud isn’t the culprit. But people trying to run the full blow suit or those who rely on ui heavily.
I have guys running nextcloud without any issue even on the smaller plans
Nexus Bytes Ryzen Powered NVMe VPS | NYC|Miami|LA|London|Netherlands| Singapore|Tokyo
Storage VPS | LiteSpeed Powered Web Hosting + SSH access | Switcher Special |
Rereading my comment, I feel like I might have come across a bit too critical of NC. I'm more used to stuff like RClone, Redis, Nginx etc. which were built with performance, reliability and ease-of-use as the foremost concerns. After that, any project that comes from an enterprise point of view tend to annoy me a bit more than they should.
When setup properly, NC is mostly fine. It's just that it takes a bit too much effort to set it up that annoys me.
Makes 2 of us. I find the UI kind of annoying. Or I am simply getting old. Or both.
For my personal usage, been using owncloud for almost 6 years without any issue.
Nexus Bytes Ryzen Powered NVMe VPS | NYC|Miami|LA|London|Netherlands| Singapore|Tokyo
Storage VPS | LiteSpeed Powered Web Hosting + SSH access | Switcher Special |
It's probably both.
OwnCloud is stable, but old. They didn't develop much for years I think, so NC might (might) be faster than them. I wish somebody would just make a open source clone of FileRun, that software seems decently made, all things considered.
I get the nextcloud thing.. to a new user, you end up with a nosql database (disk io heavy) and a default set of plugins/apps that also thrash disk (activity, photos, versions, etc) and the whole shebang starts bringing a spinning disk to it's knees. The bigger the store of files the bigger the problem gets.
My $0.02
Get the best deal on your next VPS or Shared/Reseller hosting from RacknerdTracker.com - The original aff garden.
It is like the whole plugin thingy with wordpress. You get carried away and then next thing you know, everything is slow.
Nexus Bytes Ryzen Powered NVMe VPS | NYC|Miami|LA|London|Netherlands| Singapore|Tokyo
Storage VPS | LiteSpeed Powered Web Hosting + SSH access | Switcher Special |
To those, who are still contemplating,
Less than 2 hours to go
Nexus Bytes Ryzen Powered NVMe VPS | NYC|Miami|LA|London|Netherlands| Singapore|Tokyo
Storage VPS | LiteSpeed Powered Web Hosting + SSH access | Switcher Special |
You can watch the video here.
Coming to YABS
Singapore. Upgraded to 3 GB Plan. (and went broke, but that is a different story)
VPS reviews and benchmarks |
Alrighty people! We got the winners!!
-> Meme Contest: Win $25 Amazon Gift Card
Picked using rand function on excel, ours truly @vyas
-> Bench Warmers: Win $25 Amazon Gift Card
Picked using rand function on excel, Mr Destruction specialist @HuntersPad (I guess he doesn't lurk here)
-> Thanksgiving raffle: $100 Amazon gift card
Lucky winner has been notified via our support desk. If you happen to lurk here,
@vyas11 and @HuntersPad please DM me your email address and your digital gift card will be emailed to you before the Cyber Monday madness begins.
Thank you for playing everyone!!
Congratulations to all the lucky winners
Nexus Bytes Ryzen Powered NVMe VPS | NYC|Miami|LA|London|Netherlands| Singapore|Tokyo
Storage VPS | LiteSpeed Powered Web Hosting + SSH access | Switcher Special |
Yay! Thanks :-)
VPS reviews and benchmarks |