Increase the RAM of the demo machine
-
Only 4GB? Is that a joke? Since it is a public instance, a lot of users can install things and it quickly runs out of memory and becomes unresponsive. Just look at the memory usage graph. It goes beyond 4GB at least half of the time. I know that this is only a demo, not for production, but at least it should be usable for testing.
-
@hivib26208 I guess you are right, generally no matter what we add as memory, it may overload the demo if too many apps are installed, however since some apps like Gitlab alone take so much memory, I think it is good increase the demo instance. This is anyways positive, since it shows that the demo is used more and more.
-
@girish said in Increase the RAM of the demo machine:
the performance on ssdnodes has been super flaky.
Given their too good to be true pricing (and lots of others out there giving similar negative reviews) this doesn't surprise me one bit.
-
After some back and forth with their support, they can be coaxed into letting you know that the machine you've moved to is locked, ie won't be getting new customers.
They do have some issues figuring out IO starvation issues, which are obvious. Higher quality support would do them good.
My system was fine for a long while until recently due to IO starvation.
Frankly I had forgotten about this, since it's been ok for so long. Had to relearn that lesson.
# dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync ; rm /tmp/test1.img 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 5.93197 s, 181 MB/s
As long as there's IO, it'll do.
-
@robi said in Increase the RAM of the demo machine:
they can be coaxed
To me this is just proof that their standard service is rubbish and they should be avoided.
If you have to coax them into providing the service they claim to be providing they evidently are not providing said service.
Each to their own I guess but I wouldn't touch them with a barge pole.
-
-
@robi I love you for this post!
-
@nebulon said in Increase the RAM of the demo machine:
@LoudLemur and @robi just to add here the option to run
hdparm -Tt /dev/<youdisk>
, which will measure a few things for disk I/O.That requires
root
and for hdparm to actually be available and installed.Hence I use:
dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync ; rm /tmp/test1.img