You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2019. It is now read-only.
I attempted to install PlatoCDP using the instructions on your website, and ran into a couple problems around ulimit. (see below)
What's weird is that when I run 'ulimit' it says that it's set to 'unlimited'
bash-4.1# ulimit
unlimited
What are the minimal memory requirements to run PlatoCDP? I was trying to get it running in a Docker container, so it's possible that the default memory allotted was too low. The good news is that Plone/Zope seem to be starting up w/o any complaints.
bash-4.1# cp /var/www/platocdp/etc/haproxy.cfg /etc/haproxy.cfg
bash-4.1# cp /var/www/platocdp/etc/varnish.vcl /etc/varnish/default.vcl
bash-4.1# service varnish start
Starting varnish HTTP accelerator: /etc/init.d/varnish: line 54: ulimit: open files: cannot modify limit: Operation not permitted
/etc/init.d/varnish: line 57: ulimit: max locked memory: cannot modify limit: Operation not permitted
[ OK ]
bash-4.1# service haproxy start
Starting haproxy: [WARNING] 298/202854 (515) : [/usr/sbin/haproxy.main()] Cannot raise FD limit to 8017.
[WARNING] 298/202854 (515) : [/usr/sbin/haproxy.main()] FD limit (1024) too low for maxconn=4000/maxsock=8017. Please raise 'ulimit-n' to 8017 or more to avoid any trouble.
[ OK ]
bash-4.1# service platocdp start
Starting ZEO server
.
daemon process started, pid=532
Starting instance 1
.
daemon process started, pid=538
Starting instance 2
.
daemon process started, pid=543
Starting instanceworker 1
.
daemon process started, pid=553