Hi all,
I'm performing some tests with cloud storage, trying to connect
my Sakai local instance with an Amazon S3 bucket, with the
objective of using it as cloud storage using jClouds. The road so
far...
I have a doubt about performance and JVM memory management, looks like the JVM is involved in handling the files between Tomcat and S3, does this affect the performance? Does Sakai perform poorly like storing objects in the database?
I'm asking because I'm in a process of moving a file system from
the Database storage to S3 storage, with the objective of gain
performance. Is it a long-term viable storage solution?
Really appreciate if someone can throw some light here! I'd love to receive feedback around better configuration, this is the default I've tested:
Thanks, M
-- ----------------------------------------------- Miguel Pellicer CTO at EDF Website: https://www.edf.global LinkedIn: https://www.linkedin.com/in/mpellicer-edf Office Phone: +34 - 96 381 35 75 Requesting a meeting: https://calendly.com/mpellicer -----------------------------------------------
I have a doubt about performance and JVM memory management, looks like the JVM is involved in handling the files between Tomcat and S3, does this affect the performance?
Does Sakai perform poorly like storing objects in the database?
Hi again!
Today was the day, I've performed the migration from RDS to S3
(via EBS using CLI), everything looks good so far! Now all the
contents are hosted in the S3 bucket and work like a charm.
For some reason, this configuration didn't work well, the content
is not served well to the user:
cloud.content.directurl=false cloud.content.sendfile=true |
I set both properties to false to make it work. Maybe both need
to be "true"? I'm behind an Amazon ELB, maybe the headers are not
supported by ELB...
Anyway...the cluster is working fine, despite it can be improved using these properties.
Thanks!
-- ----------------------------------------------- Miguel Pellicer CTO at EDF Website: https://www.edf.global